Cargo fmt and update tests

This commit is contained in:
topecongiro 2018-03-22 16:09:21 +09:00
parent 6115dcdbdc
commit ccec777f92
7 changed files with 49 additions and 50 deletions

View File

@ -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