X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustc_privacy%2Flib.rs;h=60bf271d2d2a8bf184541f36bc1a8042f3efc2cb;hb=1605276cc2ff3319a7f360b389be1a53d0d5751c;hp=a914537d134089db43b39d45297b8943b36c2165;hpb=adbd01e84ad791ef370dc1d2baa726603f42094a;p=rust.git diff --git a/src/librustc_privacy/lib.rs b/src/librustc_privacy/lib.rs index a914537d134..60bf271d2d2 100644 --- a/src/librustc_privacy/lib.rs +++ b/src/librustc_privacy/lib.rs @@ -27,8 +27,6 @@ use std::marker::PhantomData; use std::{cmp, fmt, mem}; -use rustc_error_codes::*; - //////////////////////////////////////////////////////////////////////////////// /// Generic infrastructure used to implement specific visitors below. ////////////////////////////////////////////////////////////////////////////////