diff options
| author | vremyavnikuda <andrew.nevsky@yandex.ru> | 2025-05-26 16:15:45 +0700 |
|---|---|---|
| committer | vremyavnikuda <andrew.nevsky@yandex.ru> | 2025-05-26 16:41:49 +0700 |
| commit | 57707c22872c5518791905927153e0ff583f8ee8 (patch) | |
| tree | 6d1ba79e26c0086d455d3f6af0d4a946e09f3857 | |
| parent | 693ff34702c2eb06bca073f2f7d3073da36c297b (diff) | |
| download | rust-57707c22872c5518791905927153e0ff583f8ee8.tar.gz rust-57707c22872c5518791905927153e0ff583f8ee8.zip | |
fix: formated to clippy
| -rw-r--r-- | src/tools/rust-analyzer/crates/ide/src/references.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/crates/ide/src/references.rs b/src/tools/rust-analyzer/crates/ide/src/references.rs index d9882d12210..f7f00cf8317 100644 --- a/src/tools/rust-analyzer/crates/ide/src/references.rs +++ b/src/tools/rust-analyzer/crates/ide/src/references.rs @@ -105,7 +105,7 @@ pub struct Declaration { /// - `(` after tuple struct/variant: Shows tuple literal initializations /// - `;` after unit struct: Shows unit literal initializations /// - Type name in definition: Shows all initialization usages -/// In these cases, other kinds of references (like type references) are filtered out. +/// In these cases, other kinds of references (like type references) are filtered out. pub(crate) fn find_all_refs( sema: &Semantics<'_, RootDatabase>, position: FilePosition, |
