remove TODO comment which was already done
This commit is contained in:
parent
9d130a546f
commit
06e4e9cf27
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue