]> git.lizzy.rs Git - rust.git/blobdiff - crates/hir-ty/src/lib.rs
feat: Handle operators like their trait functions in the IDE
[rust.git] / crates / hir-ty / src / lib.rs
index 125b3d7de867572da31c0de9d8eb9ecda4127468..5a5d610e360ffba3d4318288faa1b4422987a929 100644 (file)
@@ -54,8 +54,8 @@ macro_rules! eprintln {
 };
 pub use interner::Interner;
 pub use lower::{
-    associated_type_shorthand_candidates, callable_item_sig, CallableDefId, ImplTraitLoweringMode,
-    TyDefId, TyLoweringContext, ValueTyDefId,
+    associated_type_shorthand_candidates, CallableDefId, ImplTraitLoweringMode, TyDefId,
+    TyLoweringContext, ValueTyDefId,
 };
 pub use mapping::{
     from_assoc_type_id, from_chalk_trait_id, from_foreign_def_id, from_placeholder_idx,