Skip to content

Commit c47cb47

Browse files
committed
Fix typo in cfg
1 parent 917be4c commit c47cb47

File tree

1 file changed

+1
-1
lines changed
  • src/tools/rust-analyzer/crates/hir-expand/src

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/crates/hir-expand/src/eager.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ pub fn expand_eager_macro_input(
7373
)
7474
};
7575
let err = parse_err.or(err);
76-
if cfg!(debug) {
76+
if cfg!(debug_assertions) {
7777
arg_map.finish();
7878
}
7979

0 commit comments

Comments
 (0)