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 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
You can’t perform that action at this time.
0 commit comments