librustc: Long lines. rs=rustbot

This commit is contained in:
Patrick Walton 2012-12-04 21:13:02 -08:00
parent 01cd53baf0
commit b8cfd5c414
26 changed files with 99 additions and 45 deletions

View file

@ -155,7 +155,9 @@ macro_rules! maybe_whole (
_ => ()
}) ;
(pair_empty $p:expr, $constructor:ident) => ( match copy $p.token {
INTERPOLATED(token::$constructor(ref x)) => { $p.bump(); return (~[], (*x)); }
INTERPOLATED(token::$constructor(ref x)) => {
$p.bump(); return (~[], (*x));
}
_ => ()
})