Don't move ?Trait bounds to param bounds if they're in where clauses
This commit is contained in:
@@ -2232,9 +2232,6 @@ impl<'a> State<'a> {
|
||||
GenericBound::Outlives(lt) => {
|
||||
self.print_lifetime(lt);
|
||||
}
|
||||
GenericBound::Unsized(_) => {
|
||||
self.s.word("?Sized");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user