We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be24c6 commit f395072Copy full SHA for f395072
src/librustc_borrowck/borrowck/mod.rs
@@ -45,7 +45,7 @@ use rustc_data_structures::sync::Lrc;
45
use std::hash::{Hash, Hasher};
46
use syntax::ast;
47
use syntax_pos::{MultiSpan, Span};
48
-use errors::{Applicability, DiagnosticBuilder, DiagnosticId, Applicability};
+use errors::{Applicability, DiagnosticBuilder, DiagnosticId};
49
50
use rustc::hir;
51
use rustc::hir::intravisit::{self, Visitor};
0 commit comments