Skip to content

Commit d943d9b

Browse files
committed
Address huon's comments
1 parent 12cb7c6 commit d943d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/ast.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ pub struct Lifetime {
215215
pub name: Name
216216
}
217217

218-
#[derive(Clone, PartialEq, Eq, RustcEncodable, RustcDecodable, Hash, Debug)]
219218
/// A lifetime definition, eg `'a: 'b+'c+'d`
219+
#[derive(Clone, PartialEq, Eq, RustcEncodable, RustcDecodable, Hash, Debug)]
220220
pub struct LifetimeDef {
221221
pub lifetime: Lifetime,
222222
pub bounds: Vec<Lifetime>

0 commit comments

Comments
 (0)