We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6be1b6 commit 1ac1050Copy full SHA for 1ac1050
crates/ra_syntax/src/ast/expr_extensions.rs
@@ -323,7 +323,7 @@ impl ast::Literal {
323
match token.kind() {
324
INT_NUMBER => {
325
// FYI: there was a bug here previously, thus an if statement here is necessary.
326
- // The lexer treated e.g. `1f64` as an integer literal. See
+ // The lexer treats e.g. `1f64` as an integer literal. See
327
// https://github.com/rust-analyzer/rust-analyzer/issues/1592
328
// and the comments on the linked PR.
329
0 commit comments