Address huon's comments

This commit is contained in:
Manish Goregaokar 2015-03-18 18:06:10 +05:30
parent 12cb7c6a28
commit d943d9b801

View File

@ -215,8 +215,8 @@ pub struct Lifetime {
pub name: Name
}
#[derive(Clone, PartialEq, Eq, RustcEncodable, RustcDecodable, Hash, Debug)]
/// A lifetime definition, eg `'a: 'b+'c+'d`
#[derive(Clone, PartialEq, Eq, RustcEncodable, RustcDecodable, Hash, Debug)]
pub struct LifetimeDef {
pub lifetime: Lifetime,
pub bounds: Vec<Lifetime>