diff options
author | Kirill Bulatov <[email protected]> | 2021-04-15 21:31:42 +0100 |
---|---|---|
committer | Kirill Bulatov <[email protected]> | 2021-04-16 09:13:17 +0100 |
commit | 739edfd5cf6d1f5ac1ec6dbc28fc7943b3936e24 (patch) | |
tree | 8c628030493854e197af2f65bfc53a80ad9f1f71 /crates/hir_ty/src/lib.rs | |
parent | 75371eb0fa015ba8834ae2b66cda68eba5d83874 (diff) |
Exclude inherent traits from flyimports
Diffstat (limited to 'crates/hir_ty/src/lib.rs')
-rw-r--r-- | crates/hir_ty/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/hir_ty/src/lib.rs b/crates/hir_ty/src/lib.rs index 113234fa4..0505fa4ae 100644 --- a/crates/hir_ty/src/lib.rs +++ b/crates/hir_ty/src/lib.rs | |||
@@ -56,6 +56,7 @@ pub use mapping::{ | |||
56 | to_foreign_def_id, to_placeholder_idx, | 56 | to_foreign_def_id, to_placeholder_idx, |
57 | }; | 57 | }; |
58 | pub use traits::TraitEnvironment; | 58 | pub use traits::TraitEnvironment; |
59 | pub use utils::all_super_traits; | ||
59 | pub use walk::TypeWalk; | 60 | pub use walk::TypeWalk; |
60 | 61 | ||
61 | pub use chalk_ir::{ | 62 | pub use chalk_ir::{ |