diff options
| author | Rageking8 <tomleetyt@gmail.com> | 2022-11-29 08:56:43 +0800 |
|---|---|---|
| committer | Rageking8 <tomleetyt@gmail.com> | 2022-11-29 10:41:21 +0800 |
| commit | c95dceb63a5fdce2df3fc6c5ffe33d94223bb43d (patch) | |
| tree | d27a47436e8c3b53bcf953db712dc998b202dc19 /compiler | |
| parent | 2585bcea0bc2a9c42a4be2c1eba5c61137f2b167 (diff) | |
| download | rust-c95dceb63a5fdce2df3fc6c5ffe33d94223bb43d.tar.gz rust-c95dceb63a5fdce2df3fc6c5ffe33d94223bb43d.zip | |
clean up pr 104954
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/rustc_resolve/src/late/diagnostics.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_resolve/src/late/diagnostics.rs b/compiler/rustc_resolve/src/late/diagnostics.rs index 5b9513ebc0d..df59a350ea7 100644 --- a/compiler/rustc_resolve/src/late/diagnostics.rs +++ b/compiler/rustc_resolve/src/late/diagnostics.rs @@ -282,7 +282,7 @@ impl<'a: 'ast, 'ast> LateResolutionVisitor<'a, '_, 'ast> { "you may want to use a bool value instead", format!("{}", item_typo), )) - // FIXME(vicnenzopalazzo): make the check smarter, + // FIXME(vincenzopalazzo): make the check smarter, // and maybe expand with levenshtein distance checks } else if item_str.as_str() == "printf" { Some(( |
