Removed remnants of @mut and ~mut from comments and the type system.
This commit is contained in:
parent
68ebe8141a
commit
509fc92a9b
39 changed files with 191 additions and 262 deletions
|
|
@ -251,7 +251,7 @@ pub fn get_explicit_self(cx: &ExtCtxt, span: Span, self_ptr: &Option<PtrTy>)
|
|||
span,
|
||||
match *ptr {
|
||||
Send => ast::SelfUniq(ast::MutImmutable),
|
||||
Managed => ast::SelfBox(ast::MutImmutable),
|
||||
Managed => ast::SelfBox,
|
||||
Borrowed(ref lt, mutbl) => {
|
||||
let lt = lt.map(|s| cx.lifetime(span, cx.ident_of(s)));
|
||||
ast::SelfRegion(lt, mutbl)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue