Skip to content

Commit 6db409f

Browse files
authored
FIXME > TODO
1 parent ce3e69d commit 6db409f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/attrs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ fn check_clippy_lint_names(cx: &LateContext<'_, '_>, items: &[NestedMetaItem]) {
337337
&name_lower,
338338
Some(tool_name.as_str())
339339
) {
340-
// @TODO: can we suggest similar lint names here?
340+
// FIXME: can we suggest similar lint names here?
341341
// https://github.com/rust-lang/rust/pull/56992
342342
CheckLintNameResult::NoLint(None) => (),
343343
_ => {

0 commit comments

Comments
 (0)