mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-04 19:12:50 +00:00
remove TODO comment which was already done
This commit is contained in:
parent
9d130a546f
commit
06e4e9cf27
@ -47,7 +47,7 @@ impl EarlyLintPass for Pass {
|
||||
mac.span,
|
||||
"`dbg!` macro is intended as a debugging tool",
|
||||
"ensure to avoid having uses of it in version control",
|
||||
mac.node.tts.to_string(), // TODO: to string
|
||||
mac.node.tts.to_string(),
|
||||
Applicability::MaybeIncorrect,
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user