Consistently use 'supertrait'.
A subset of places referred to 'super-trait', so this changes them to all use 'supertrait'. This matches 'supertype' and some other usages. An exception is 'auto-trait' which is consistently used in that manner.
This commit is contained in:
parent
c02371c442
commit
058a21d5cf
25 changed files with 88 additions and 88 deletions
|
@ -682,7 +682,7 @@ impl<'tcx> DumpVisitor<'tcx> {
|
|||
);
|
||||
}
|
||||
|
||||
// super-traits
|
||||
// supertraits
|
||||
for super_bound in trait_refs.iter() {
|
||||
let (def_id, sub_span) = match *super_bound {
|
||||
hir::GenericBound::Trait(ref trait_ref, _) => (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue