Skip to content

Commit cf86ee8

Browse files
Support transient in StorageLocation (#269)
Trivial patch. The new variant `transient` seems missing.
1 parent 3333dc9 commit cf86ee8

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)