FIXME > TODO

This commit is contained in:
Oliver Scherer 2018-12-23 13:29:37 +01:00 committed by GitHub
parent ce3e69da1c
commit 6db409fc0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) => (),
_ => {