File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
crates/ide_completion/src/completions Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
//! Completes lifetimes and labels.
2
2
//!
3
3
//! 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).
6
6
//! Due to this all the tests for lifetimes and labels live in this module for the time being as
7
7
//! there is no value in lifting these out into the outline module test since they will either not
8
8
//! show up for normal completions, or they won't show completions other than lifetimes depending
You can’t perform that action at this time.
0 commit comments