mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Fix typo in cfg
This commit is contained in:
parent
f532576ac5
commit
71d98c53bd
@ -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…
x
Reference in New Issue
Block a user