mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-06 04:08:40 +00:00
Address huon's comments
This commit is contained in:
parent
12cb7c6a28
commit
d943d9b801
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user