mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-24 02:45:04 +00:00
Fix typo in cfg
This commit is contained in:
parent
d1217c2944
commit
9fd0ba0eb7
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue