about summary refs log tree commit diff
path: root/compiler
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2025-02-06 16:37:02 +1100
committerNicholas Nethercote <n.nethercote@gmail.com>2025-02-21 07:12:13 +1100
commite2e4d0bdb1c04faa538fea2db097c9a3b0b4df41 (patch)
tree009e2fcae64a6abe2a31ed4fe42ab1beba51ab1f /compiler
parentc2dba9ce787c088066ae81f51c4088714bb5e69d (diff)
downloadrust-e2e4d0bdb1c04faa538fea2db097c9a3b0b4df41.tar.gz
rust-e2e4d0bdb1c04faa538fea2db097c9a3b0b4df41.zip
Remove an unnecessary re-export.
It's a bit weird.
Diffstat (limited to 'compiler')
-rw-r--r--compiler/rustc_infer/src/infer/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_infer/src/infer/mod.rs b/compiler/rustc_infer/src/infer/mod.rs
index c2513a1af19..bc701871d46 100644
--- a/compiler/rustc_infer/src/infer/mod.rs
+++ b/compiler/rustc_infer/src/infer/mod.rs
@@ -28,7 +28,6 @@ use rustc_middle::bug;
 use rustc_middle::infer::canonical::{CanonicalQueryInput, CanonicalVarValues};
 use rustc_middle::mir::ConstraintCategory;
 use rustc_middle::traits::select;
-pub use rustc_middle::ty::IntVarValue;
 use rustc_middle::ty::error::{ExpectedFound, TypeError};
 use rustc_middle::ty::fold::{
     BoundVarReplacerDelegate, TypeFoldable, TypeFolder, TypeSuperFoldable, fold_regions,