Skip to content

Commit

Permalink
Stop generating visitor.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanewok committed Nov 20, 2023
1 parent 47663c9 commit 9a6e0e3
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion crates/codegen/parser/generator/src/code_generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ impl CodeGenerator {
"parse_error.rs",
"parse_output.rs",
"text_index.rs",
"visitor.rs",
"napi/napi_cst.rs",
"napi/napi_cursor.rs",
"napi/napi_parse_error.rs",
Expand Down
1 change: 0 additions & 1 deletion crates/codegen/parser/runtime/src/templates/mod.rs.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ pub(crate) mod lexer;
pub mod parse_error;
pub mod parse_output;
pub mod text_index;
pub mod visitor;

#[cfg(feature = "slang_napi_interfaces")]
pub mod napi;
1 change: 0 additions & 1 deletion crates/solidity/outputs/cargo/crate/src/generated/mod.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

1 change: 0 additions & 1 deletion crates/solidity/outputs/npm/crate/src/generated/mod.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion crates/solidity/outputs/npm/crate/src/generated/visitor.rs

This file was deleted.

0 comments on commit 9a6e0e3

Please sign in to comment.