mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Fix clippy::ptr_arg
This commit is contained in:
parent
4e449fb0b0
commit
fafca4cb11
2 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@ impl<'a, 'b> ExprValidator<'a, 'b> {
|
|||
&mut self,
|
||||
id: ExprId,
|
||||
_path: &Option<Path>,
|
||||
fields: &Vec<StructLitField>,
|
||||
fields: &[StructLitField],
|
||||
spread: &Option<ExprId>,
|
||||
db: &impl HirDatabase,
|
||||
) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue