Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/src/tests/ast_src.rs')
| -rw-r--r-- | crates/syntax/src/tests/ast_src.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/syntax/src/tests/ast_src.rs b/crates/syntax/src/tests/ast_src.rs index 2f6932a1ad..964bd6c8b3 100644 --- a/crates/syntax/src/tests/ast_src.rs +++ b/crates/syntax/src/tests/ast_src.rs @@ -183,6 +183,7 @@ pub(crate) const KINDS_SRC: KindsSrc = KindsSrc { "PATH", "PATH_SEGMENT", "LITERAL", + "FLOAT_LITERAL", "RENAME", "VISIBILITY", "WHERE_CLAUSE", |