FIXME > TODO
This commit is contained in:
parent
ce3e69da1c
commit
6db409fc0c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue