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 4ca0f96 commit b3d287aCopy full SHA for b3d287a
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