Skip to content

Commit f395072

Browse files
committed
Fixup inaccurate rebase
1 parent 3be24c6 commit f395072

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_borrowck/borrowck

1 file changed

+1
-1
lines changed

src/librustc_borrowck/borrowck/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ use rustc_data_structures::sync::Lrc;
4545
use std::hash::{Hash, Hasher};
4646
use syntax::ast;
4747
use syntax_pos::{MultiSpan, Span};
48-
use errors::{Applicability, DiagnosticBuilder, DiagnosticId, Applicability};
48+
use errors::{Applicability, DiagnosticBuilder, DiagnosticId};
4949

5050
use rustc::hir;
5151
use rustc::hir::intravisit::{self, Visitor};

0 commit comments

Comments
 (0)