This commit is contained in:
sinkuu
2017-11-07 06:32:12 +09:00
parent 9cd778ac9a
commit 00081be73d
2 changed files with 2 additions and 3 deletions

View File

@@ -144,7 +144,6 @@ impl LintPass for StringLitAsBytes {
impl<'a, 'tcx> LateLintPass<'a, 'tcx> for StringLitAsBytes {
fn check_expr(&mut self, cx: &LateContext<'a, 'tcx>, e: &'tcx Expr) {
use std::ascii::AsciiExt;
use syntax::ast::LitKind;
use utils::{in_macro, snippet};