Skip to content

Commit 7f36661

Browse files
authored
Support transient in StorageLocation (#269)
Trivial patch. The new variant `transient` seems missing.
1 parent ec745ce commit 7f36661

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ pub enum StorageLocation {
9292
Default,
9393
Memory,
9494
Storage,
95+
Transient,
9596
}
9697

9798
/// Visibility specifier.

0 commit comments

Comments
 (0)