mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-15 00:51:04 +00:00
Implement the new input handling logic
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
macro_rules! define_wrapper_type {
|
||||
(
|
||||
$(#[$meta: meta])*
|
||||
$ident: ident => $ty: ty
|
||||
$ident: ident($ty: ty) $(;)?
|
||||
) => {
|
||||
$(#[$meta])*
|
||||
pub struct $ident($ty);
|
||||
|
||||
Reference in New Issue
Block a user