mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-13 09:11:51 +00:00
Fixed a typo
This commit is contained in:
parent
1ac105056a
commit
fa31841f1f
1 changed files with 1 additions and 1 deletions
|
|
@ -322,7 +322,7 @@ impl ast::Literal {
|
||||||
|
|
||||||
match token.kind() {
|
match token.kind() {
|
||||||
INT_NUMBER => {
|
INT_NUMBER => {
|
||||||
// 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.
|
||||||
// The lexer treats 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
|
// https://github.com/rust-analyzer/rust-analyzer/issues/1592
|
||||||
// and the comments on the linked PR.
|
// and the comments on the linked PR.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue