]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_resolve/diagnostics.rs
Rollup merge of #68353 - Centril:code-liberation, r=petrochenkov
[rust.git] / src / librustc_resolve / diagnostics.rs
index a433ae8ed676a5f26aee53da29efed1482b7ec1c..3d4384cabe20460b6a4690888ac869ba00814980 100644 (file)
@@ -25,8 +25,6 @@
 use crate::{NameBinding, NameBindingKind, PrivacyError, VisResolutionError};
 use crate::{ParentScope, PathResult, ResolutionError, Resolver, Scope, ScopeSet, Segment};
 
-use rustc_error_codes::*;
-
 type Res = def::Res<ast::NodeId>;
 
 /// A vector of spans and replacements, a message and applicability.