rustc: remove 'x: 'y bounds (except from comments/strings).
This commit is contained in:
@@ -346,7 +346,7 @@ fn find_type_parameters(ty: &ast::Ty,
|
||||
-> Vec<P<ast::Ty>> {
|
||||
use syntax::visit;
|
||||
|
||||
struct Visitor<'a, 'b: 'a> {
|
||||
struct Visitor<'a, 'b> {
|
||||
cx: &'a ExtCtxt<'b>,
|
||||
span: Span,
|
||||
ty_param_names: &'a [ast::Name],
|
||||
|
||||
Reference in New Issue
Block a user