Fix typo in cfg
This commit is contained in:
parent
917be4c21a
commit
c47cb47adf
@ -73,7 +73,7 @@ pub fn expand_eager_macro_input(
|
|||||||
)
|
)
|
||||||
};
|
};
|
||||||
let err = parse_err.or(err);
|
let err = parse_err.or(err);
|
||||||
if cfg!(debug) {
|
if cfg!(debug_assertions) {
|
||||||
arg_map.finish();
|
arg_map.finish();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user