chore: use shorthand initializer
This commit is contained in:
parent
5367673014
commit
84e261e5cb
2 changed files with 2 additions and 2 deletions
|
@ -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: (),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue