Fix typo in cfg

This commit is contained in:
Laurențiu Nicola 2023-12-11 11:55:43 +02:00
parent d1217c2944
commit 9fd0ba0eb7

View file

@ -73,7 +73,7 @@ pub fn expand_eager_macro_input(
)
};
let err = parse_err.or(err);
if cfg!(debug) {
if cfg!(debug_assertions) {
arg_map.finish();
}