diff options
| author | Michael Goulet <michael@errs.io> | 2022-12-27 00:39:36 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2023-01-11 20:12:57 +0000 |
| commit | c8334ce60cce9571fcfdea31a3e67e3933fb7665 (patch) | |
| tree | 1f63730aeb8a6734ac3aaec57a44238e003a246b /compiler/rustc_trait_selection/src/lib.rs | |
| parent | ef4046e4f3932991971cdb64915172899532aece (diff) | |
| download | rust-c8334ce60cce9571fcfdea31a3e67e3933fb7665.tar.gz rust-c8334ce60cce9571fcfdea31a3e67e3933fb7665.zip | |
Move autoderef to rustc_hir_analysis
Diffstat (limited to 'compiler/rustc_trait_selection/src/lib.rs')
| -rw-r--r-- | compiler/rustc_trait_selection/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_trait_selection/src/lib.rs b/compiler/rustc_trait_selection/src/lib.rs index a30d1df4ede..081ac966c69 100644 --- a/compiler/rustc_trait_selection/src/lib.rs +++ b/compiler/rustc_trait_selection/src/lib.rs @@ -35,7 +35,6 @@ extern crate rustc_middle; #[macro_use] extern crate smallvec; -pub mod autoderef; pub mod errors; pub mod infer; pub mod solve; |
