1
Fork 0

rustc: remove 'x: 'y bounds (except from comments/strings).

This commit is contained in:
Eduard-Mihai Burtescu 2019-06-14 19:39:39 +03:00
parent 44fb88d252
commit b25b466a88
154 changed files with 305 additions and 305 deletions

View file

@ -2502,7 +2502,7 @@ impl<A:ToJson> ToJson for Option<A> {
}
}
struct FormatShim<'a, 'b: 'a> {
struct FormatShim<'a, 'b> {
inner: &'a mut fmt::Formatter<'b>,
}