Remove all unnecessary allocations (as flagged by lint)

This commit is contained in:
Alex Crichton
2013-05-19 01:07:44 -04:00
parent 074799b4c5
commit 82fa0018c8
99 changed files with 1022 additions and 1027 deletions

View File

@@ -104,9 +104,7 @@ pub impl Parser {
i
}
token::INTERPOLATED(token::nt_ident(*)) => {
self.bug(
~"ident interpolation not converted to real token"
);
self.bug("ident interpolation not converted to real token");
}
_ => {
self.fatal(