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
|
@ -1956,7 +1956,7 @@ pub fn print_bounds(s: &mut State, bounds: &OptVec<ast::TyParamBound>,
|
|||
pub fn print_lifetime(s: &mut State,
|
||||
lifetime: &ast::Lifetime) -> io::IoResult<()> {
|
||||
try!(word(&mut s.s, "'"));
|
||||
print_name(s, lifetime.ident)
|
||||
print_name(s, lifetime.name)
|
||||
}
|
||||
|
||||
pub fn print_generics(s: &mut State,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue