We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 646440e commit 089c50eCopy full SHA for 089c50e
crates/pg_completions/src/complete.rs
@@ -31,7 +31,7 @@ impl IntoIterator for CompletionResult {
31
}
32
33
34
-pub fn complete<'a>(params: CompletionParams<'a>) -> CompletionResult {
+pub fn complete(params: CompletionParams) -> CompletionResult {
35
let ctx = CompletionContext::new(¶ms);
36
37
let mut builder = CompletionBuilder::new();
0 commit comments