mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-21 11:23:03 +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) ->
|
$n:ident($a:ident : $ta:ty, $b:ident : $tb:ty, $c:ident : $tc:ty) -> $ret:ty { $body:expr }
|
||||||
$ret: ty { $body: expr }
|
|
||||||
) => {
|
) => {
|
||||||
fn $n($a: $ta, $b: $tb, $c: $tc) -> $ret {
|
fn $n($a: $ta, $b: $tb, $c: $tc) -> $ret {
|
||||||
$body
|
$body
|
||||||
|
Loading…
Reference in New Issue
Block a user