diff options
| author | Michael Goulet <michael@errs.io> | 2024-07-06 12:33:03 -0400 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2024-07-07 11:28:01 -0400 |
| commit | 66eb346770a97fe96c02a79a740cb151e5232010 (patch) | |
| tree | e64c3e540f40bb32d13dc3724403197a4bebe00c /compiler/rustc_middle/src/traits/mod.rs | |
| parent | 90423a7abbddd98b6fbb22e9780991c736b51ca4 (diff) | |
| download | rust-66eb346770a97fe96c02a79a740cb151e5232010.tar.gz rust-66eb346770a97fe96c02a79a740cb151e5232010.zip | |
Get rid of the redundant elaboration in middle
Diffstat (limited to 'compiler/rustc_middle/src/traits/mod.rs')
| -rw-r--r-- | compiler/rustc_middle/src/traits/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_middle/src/traits/mod.rs b/compiler/rustc_middle/src/traits/mod.rs index b4e3fae1b43..b74775142e4 100644 --- a/compiler/rustc_middle/src/traits/mod.rs +++ b/compiler/rustc_middle/src/traits/mod.rs @@ -7,7 +7,6 @@ pub mod select; pub mod solve; pub mod specialization_graph; mod structural_impls; -pub mod util; use crate::mir::ConstraintCategory; use crate::ty::abstract_const::NotConstEvaluatable; |
