Remove unnecessary allocations flagged by lint
This commit is contained in:
@@ -114,7 +114,7 @@ pub fn expand_asm(cx: @ExtCtxt, sp: span, tts: &[ast::token_tree])
|
||||
p.eat(&token::COMMA);
|
||||
}
|
||||
|
||||
let clob = ~"~{" + *p.parse_str() + ~"}";
|
||||
let clob = ~"~{" + *p.parse_str() + "}";
|
||||
clobs.push(clob);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user