mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-29 10:58:02 +00:00
Add pub fn direct_super_traits(db, trait_id) to hir_ty crate
This commit is contained in:
parent
5a9767b115
commit
c1155213f3
2 changed files with 14 additions and 3 deletions
|
|
@ -98,7 +98,7 @@ pub use mapping::{
|
|||
};
|
||||
pub use method_resolution::check_orphan_rules;
|
||||
pub use traits::TraitEnvironment;
|
||||
pub use utils::{all_super_traits, is_fn_unsafe_to_call};
|
||||
pub use utils::{all_super_traits, direct_super_traits, is_fn_unsafe_to_call};
|
||||
|
||||
pub use chalk_ir::{
|
||||
cast::Cast,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue