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.
Library
1 parent 0d43145 commit 5397190Copy full SHA for 5397190
1 file changed
crates/ark/src/lsp/completions/sources/unique/comment.rs
@@ -142,7 +142,7 @@ fn test_comment() {
142
143
use crate::lsp::document::Document;
144
145
- let library = Library::new(vec![], None);
+ let library = Library::new(vec![]);
146
147
// If not in a comment, return `None`
148
let point = Point { row: 0, column: 1 };
@@ -203,7 +203,7 @@ fn test_roxygen_comment() {
203
Namespace::default(),
204
);
205
206
207
let library = library.insert("roxygen2", package);
208
209
let point = Point { row: 0, column: 4 };
0 commit comments