mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 01:04:03 +00:00
FIXME > TODO
This commit is contained in:
parent
ce3e69da1c
commit
6db409fc0c
@ -337,7 +337,7 @@ fn check_clippy_lint_names(cx: &LateContext<'_, '_>, items: &[NestedMetaItem]) {
|
||||
&name_lower,
|
||||
Some(tool_name.as_str())
|
||||
) {
|
||||
// @TODO: can we suggest similar lint names here?
|
||||
// FIXME: can we suggest similar lint names here?
|
||||
// https://github.com/rust-lang/rust/pull/56992
|
||||
CheckLintNameResult::NoLint(None) => (),
|
||||
_ => {
|
||||
|
Loading…
Reference in New Issue
Block a user