Skip to content

Commit

Permalink
Export the entire language
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonyBlakey committed Dec 28, 2024
1 parent 19d6ba6 commit 92e676a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/solidity/outputs/cargo/grammar_export/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
fn main() {
println!(
"{}",
serde_json::to_string(&solidity_language::SolidityDefinition::create().sections).unwrap()
serde_json::to_string(&solidity_language::SolidityDefinition::create()).unwrap()
);
}

0 comments on commit 92e676a

Please sign in to comment.