Remove trait_of_item query.
This commit is contained in:
parent
d7ea161b7e
commit
957548183d
10 changed files with 25 additions and 36 deletions
|
@ -80,7 +80,7 @@ const BASE_STRUCT: &[&str] =
|
|||
/// Extra `DepNode`s for functions and methods.
|
||||
const EXTRA_ASSOCIATED: &[&str] = &[label_strs::associated_item];
|
||||
|
||||
const EXTRA_TRAIT: &[&str] = &[label_strs::trait_of_item];
|
||||
const EXTRA_TRAIT: &[&str] = &[];
|
||||
|
||||
// Fully Built Labels
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue