Address huon's comments
This commit is contained in:
@@ -215,8 +215,8 @@ pub struct Lifetime {
|
|||||||
pub name: Name
|
pub name: Name
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Clone, PartialEq, Eq, RustcEncodable, RustcDecodable, Hash, Debug)]
|
|
||||||
/// A lifetime definition, eg `'a: 'b+'c+'d`
|
/// A lifetime definition, eg `'a: 'b+'c+'d`
|
||||||
|
#[derive(Clone, PartialEq, Eq, RustcEncodable, RustcDecodable, Hash, Debug)]
|
||||||
pub struct LifetimeDef {
|
pub struct LifetimeDef {
|
||||||
pub lifetime: Lifetime,
|
pub lifetime: Lifetime,
|
||||||
pub bounds: Vec<Lifetime>
|
pub bounds: Vec<Lifetime>
|
||||||
|
|||||||
Reference in New Issue
Block a user