Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/test_data/parser/ok/0024_const_item.rs')
| -rw-r--r-- | crates/syntax/test_data/parser/ok/0024_const_item.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/syntax/test_data/parser/ok/0024_const_item.rs b/crates/syntax/test_data/parser/ok/0024_const_item.rs index 1f2ffa0da3..e69de29bb2 100644 --- a/crates/syntax/test_data/parser/ok/0024_const_item.rs +++ b/crates/syntax/test_data/parser/ok/0024_const_item.rs @@ -1,2 +0,0 @@ -const _: u32 = 0; -const FOO: u32 = 92; |