mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
field_reassign_with_default
This commit is contained in:
parent
dd9f27b8d3
commit
04ccef80cb
8 changed files with 18 additions and 16 deletions
|
@ -120,6 +120,7 @@ pub(crate) fn hover(
|
|||
Some(res)
|
||||
}
|
||||
|
||||
#[allow(clippy::field_reassign_with_default)]
|
||||
fn hover_simple(
|
||||
sema: &Semantics<'_, RootDatabase>,
|
||||
FilePosition { file_id, offset }: FilePosition,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue