Rustfmt
This commit is contained in:
parent
3183b44a1e
commit
1fcae03369
287 changed files with 5888 additions and 4608 deletions
|
@ -107,11 +107,10 @@ const LABELS_FN_IN_TRAIT: &[&[&str]] =
|
|||
const LABELS_HIR_ONLY: &[&[&str]] = &[BASE_HIR];
|
||||
|
||||
/// Impl `DepNode`s.
|
||||
const LABELS_TRAIT: &[&[&str]] = &[BASE_HIR, &[
|
||||
label_strs::associated_item_def_ids,
|
||||
label_strs::predicates_of,
|
||||
label_strs::generics_of,
|
||||
]];
|
||||
const LABELS_TRAIT: &[&[&str]] = &[
|
||||
BASE_HIR,
|
||||
&[label_strs::associated_item_def_ids, label_strs::predicates_of, label_strs::generics_of],
|
||||
];
|
||||
|
||||
/// Impl `DepNode`s.
|
||||
const LABELS_IMPL: &[&[&str]] = &[BASE_HIR, BASE_IMPL];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue