From 509fc92a9bb6f9a251308476ebf4e76795df60bf Mon Sep 17 00:00:00 2001 From: Eduard Burtescu Date: Sun, 12 Jan 2014 02:25:51 +0200 Subject: Removed remnants of `@mut` and `~mut` from comments and the type system. --- src/libsyntax/print/pprust.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libsyntax/print') diff --git a/src/libsyntax/print/pprust.rs b/src/libsyntax/print/pprust.rs index ea9f0907b7a..12404ce58ce 100644 --- a/src/libsyntax/print/pprust.rs +++ b/src/libsyntax/print/pprust.rs @@ -1774,8 +1774,8 @@ pub fn print_explicit_self(s: &mut State, explicit_self: ast::ExplicitSelf_) -> print_mutability(s, m); word(&mut s.s, "self"); } - ast::SelfBox(m) => { - word(&mut s.s, "@"); print_mutability(s, m); word(&mut s.s, "self"); + ast::SelfBox => { + word(&mut s.s, "@self"); } } return true; -- cgit 1.4.1-3-g733a5