rustc: remove 'x: 'y bounds (except from comments/strings).
This commit is contained in:
parent
44fb88d252
commit
b25b466a88
154 changed files with 305 additions and 305 deletions
|
@ -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>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue