Skip to content

Commit

Permalink
FIXME > TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Dec 23, 2018
1 parent ce3e69d commit 6db409f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/attrs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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) => (),
_ => {
Expand Down

0 comments on commit 6db409f

Please sign in to comment.