mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-20 02:43:45 +00:00
Cargo fmt and update tests
This commit is contained in:
parent
6115dcdbdc
commit
ccec777f92
@ -49,8 +49,7 @@ macro_rules! impl_a_method {
|
||||
}
|
||||
};
|
||||
(
|
||||
$n: ident($a: ident : $ta: ty, $b: ident : $tb: ty, $c: ident : $tc: ty) ->
|
||||
$ret: ty { $body: expr }
|
||||
$n:ident($a:ident : $ta:ty, $b:ident : $tb:ty, $c:ident : $tc:ty) -> $ret:ty { $body:expr }
|
||||
) => {
|
||||
fn $n($a: $ta, $b: $tb, $c: $tc) -> $ret {
|
||||
$body
|
||||
|
Loading…
Reference in New Issue
Block a user