mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 01:17:27 +00:00
Fixed a typo
This commit is contained in:
parent
b6be1b6f61
commit
1ac105056a
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ impl ast::Literal {
|
|||
match token.kind() {
|
||||
INT_NUMBER => {
|
||||
// FYI: there was a bug here previously, thus an if statement here is necessary.
|
||||
// The lexer treated e.g. `1f64` as an integer literal. See
|
||||
// The lexer treats e.g. `1f64` as an integer literal. See
|
||||
// https://github.com/rust-analyzer/rust-analyzer/issues/1592
|
||||
// and the comments on the linked PR.
|
||||
|
||||
|
|
Loading…
Reference in a new issue