remove TODO comment which was already done

This commit is contained in:
rhysd 2019-02-01 11:39:35 +09:00
parent 9d130a546f
commit 06e4e9cf27

View File

@ -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,
);
}