Skip to content

Commit acf2e31

Browse files
committed
remove re-export of trait FieldPath
1 parent 5fe1380 commit acf2e31

File tree

1 file changed

+0
-2
lines changed
  • compiler/rustc_type_ir/src

1 file changed

+0
-2
lines changed

compiler/rustc_type_ir/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ pub use flags::*;
6868
pub use fold::*;
6969
pub use generic_arg::*;
7070
pub use infer_ctxt::*;
71-
#[allow(rustc::non_glob_import_of_type_ir_inherent)]
72-
pub use inherent::FieldPath;
7371
pub use interner::*;
7472
pub use opaque_ty::*;
7573
pub use pattern::*;

0 commit comments

Comments
 (0)