alpha-rename .ident to .name in Lifetime, including in rustdoc.
This commit is contained in:
parent
460ca4f037
commit
189c0085d1
11 changed files with 29 additions and 29 deletions
|
@ -323,7 +323,7 @@ mod test {
|
|||
segments: vec!(
|
||||
ast::PathSegment {
|
||||
identifier: str_to_ident("a"),
|
||||
lifetimes: opt_vec::Empty,
|
||||
lifetimes: Vec::new(),
|
||||
types: opt_vec::Empty,
|
||||
}
|
||||
),
|
||||
|
@ -342,12 +342,12 @@ mod test {
|
|||
segments: vec!(
|
||||
ast::PathSegment {
|
||||
identifier: str_to_ident("a"),
|
||||
lifetimes: opt_vec::Empty,
|
||||
lifetimes: Vec::new(),
|
||||
types: opt_vec::Empty,
|
||||
},
|
||||
ast::PathSegment {
|
||||
identifier: str_to_ident("b"),
|
||||
lifetimes: opt_vec::Empty,
|
||||
lifetimes: Vec::new(),
|
||||
types: opt_vec::Empty,
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue