Skip to content

Commit

Permalink
Update project init
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikvanantwerpen committed Nov 13, 2023
1 parent ad9c0da commit 1ffe3cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tree-sitter-stack-graphs/src/cli/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -718,10 +718,8 @@ impl ProjectSettings<'_> {
let mut file = File::create(project_path.join("rust/lib.rs"))?;
self.write_license_header(&mut file, "// ")?;
writedoc! {file, r#"
use tree_sitter_stack_graphs::loader::FileAnalyzers;
use tree_sitter_stack_graphs::loader::LanguageConfiguration;
use tree_sitter_stack_graphs::loader::LoadError;
use tree_sitter_stack_graphs::loader::StitcherConfig;
use tree_sitter_stack_graphs::CancellationFlag;
/// The stack graphs tsg source for this language.
Expand Down

0 comments on commit 1ffe3cf

Please sign in to comment.