Skip to content

Commit 06e4e9c

Browse files
committed
remove TODO comment which was already done
1 parent 9d130a5 commit 06e4e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/dbg_macro.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ impl EarlyLintPass for Pass {
4747
mac.span,
4848
"`dbg!` macro is intended as a debugging tool",
4949
"ensure to avoid having uses of it in version control",
50-
mac.node.tts.to_string(), // TODO: to string
50+
mac.node.tts.to_string(),
5151
Applicability::MaybeIncorrect,
5252
);
5353
}

0 commit comments

Comments
 (0)