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 60bd155 commit 0a4c429Copy full SHA for 0a4c429
src/bin/tree_sitter_parse.rs
@@ -1,6 +1,6 @@
1
use std::env;
2
use std::fs;
3
-use tree_sitter::{Language, Parser};
+use tree_sitter::{Parser};
4
5
fn main() {
6
let args: Vec<String> = env::args().collect();
0 commit comments