diff options
Diffstat (limited to 'crates/ra_ide')
-rw-r--r-- | crates/ra_ide/src/completion.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_ide/src/completion.rs b/crates/ra_ide/src/completion.rs index 2a285718e..f3a5e9573 100644 --- a/crates/ra_ide/src/completion.rs +++ b/crates/ra_ide/src/completion.rs | |||
@@ -106,7 +106,6 @@ pub(crate) fn completions( | |||
106 | config: &CompletionConfig, | 106 | config: &CompletionConfig, |
107 | position: FilePosition, | 107 | position: FilePosition, |
108 | ) -> Option<Completions> { | 108 | ) -> Option<Completions> { |
109 | let _s = ra_prof::Scope::enter(); | ||
110 | let ctx = CompletionContext::new(db, position, config)?; | 109 | let ctx = CompletionContext::new(db, position, config)?; |
111 | 110 | ||
112 | let mut acc = Completions::default(); | 111 | let mut acc = Completions::default(); |