Adding function argument names for better reading.
This commit is contained in:
parent
1e30d2b14c
commit
3878c21ad9
@ -9,7 +9,7 @@ macro_rules! external_library
|
||||
)|*
|
||||
|
||||
$(functions:
|
||||
$($fname: ident($($farg: ty),*) -> $fret:ty),+;
|
||||
$($fname: ident($($farg: ident: $fargt: ty),*) -> $fret:ty),+;
|
||||
)|*
|
||||
|
||||
$(varargs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user