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 1ac1050 commit fa31841Copy full SHA for fa31841
crates/ra_syntax/src/ast/expr_extensions.rs
@@ -322,7 +322,7 @@ impl ast::Literal {
322
323
match token.kind() {
324
INT_NUMBER => {
325
- // FYI: there was a bug here previously, thus an if statement here is necessary.
+ // FYI: there was a bug here previously, thus an if statement bellow is necessary.
326
// 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.
0 commit comments