fix: the lines are formatted according to clippy

This commit is contained in:
vremyavnikuda 2025-05-25 15:55:58 +07:00
parent 0902094d01
commit 8dd930390b

View File

@ -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,