chore: use shorthand initializer

This commit is contained in:
Yuri Astrakhan 2024-08-02 12:16:52 -04:00
parent 5367673014
commit 84e261e5cb
2 changed files with 2 additions and 2 deletions

View file

@ -588,7 +588,7 @@ pub fn report_cycle<'a>(
cycle_stack,
stack_bottom: stack[0].query.description.to_owned(),
alias,
cycle_usage: cycle_usage,
cycle_usage,
stack_count,
note_span: (),
};