librustc: Long lines. rs=rustbot
This commit is contained in:
parent
01cd53baf0
commit
b8cfd5c414
26 changed files with 99 additions and 45 deletions
|
|
@ -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));
|
||||
}
|
||||
_ => ()
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue