Skip to content

Commit 7694de4

Browse files
committed
style: fix clippy warning.
1 parent 294f3c0 commit 7694de4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ls/src/features/completion.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ fn get_struct(token: &Token<Immutable>) -> Option<Type> {
538538
/// * `declaration` - The `Node` representing the `for` or `with` declaration.
539539
/// * `ident` - The `Token` of the identifier whose type needs to be resolved.
540540
/// * `path` - An iterator over `Segment`s representing the access path (fields,
541-
/// array indices) applied to the declared variable.
541+
/// array indices) applied to the declared variable.
542542
///
543543
/// # Returns
544544
///

0 commit comments

Comments
 (0)