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 68d7a9d commit 4d612d6Copy full SHA for 4d612d6
1 file changed
crates/ark/src/lsp/completions/sources/unique/comment.rs
@@ -142,7 +142,7 @@ fn inject_roxygen_comment_after_newline(x: &str) -> String {
142
fn test_comment() {
143
use tree_sitter::Point;
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 };
@@ -201,7 +201,7 @@ fn test_roxygen_comment() {
201
Namespace::default(),
202
);
203
204
205
let library = library.insert("roxygen2", package);
206
207
let point = Point { row: 0, column: 4 };
0 commit comments