Skip to content

Commit

Permalink
Fix typo in cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Dec 11, 2023
1 parent f532576 commit 71d98c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/hir-expand/src/eager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down

0 comments on commit 71d98c5

Please sign in to comment.