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:
@@ -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, _) => (
|
||||
|
||||
Reference in New Issue
Block a user