Skip to content

Commit 1da21b7

Browse files
committed
Fix typo
1 parent d9ec9d9 commit 1da21b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/ide_completion/src/completions/lifetime.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//! Completes lifetimes and labels.
22
//!
33
//! These completions work a bit differently in that they are only shown when what the user types
4-
//! has a `'` preceding it, as our fake syntax tree is invalid otherwise(due to us not inserting a
5-
//! lifetime but an ident for obvious reasons).
4+
//! has a `'` preceding it, as our fake syntax tree is invalid otherwise (due to us not inserting
5+
//! a lifetime but an ident for obvious reasons).
66
//! Due to this all the tests for lifetimes and labels live in this module for the time being as
77
//! there is no value in lifting these out into the outline module test since they will either not
88
//! show up for normal completions, or they won't show completions other than lifetimes depending

0 commit comments

Comments
 (0)