Skip to content

Commit fc24650

Browse files
committed
also mark linearized_base_contracts
1 parent 7ec8f5b commit fc24650

File tree

1 file changed

+2
-0
lines changed
  • crates/artifacts/solc/src/ast

1 file changed

+2
-0
lines changed

crates/artifacts/solc/src/ast/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ ast_node!(
177177
documentation: Option<Documentation>,
178178
// Not available when "stopAfter": "parsing" is specified.
179179
fully_implemented: Option<bool>,
180+
// Not available when "stopAfter": "parsing" is specified.
181+
#[serde(default)]
180182
linearized_base_contracts: Vec<usize>,
181183
nodes: Vec<ContractDefinitionPart>,
182184
// Not available when "stopAfter": "parsing" is specified.

0 commit comments

Comments
 (0)