commit | e627fa89831f443858d6caf19e53e83623b95916 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Wed May 08 16:58:01 2019 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Wed May 08 18:47:13 2019 -0700 |
tree | 5312f0fbdcbc61e6d5d14c2304faf63f228254b9 | |
parent | 097b9cec0022651e2792f4401c53d34a6a2b0eaf [diff] [blame] |
Consolidate Operand code
diff --git a/codegen/src/main.rs b/codegen/src/main.rs index c128e06..cc48ddd 100644 --- a/codegen/src/main.rs +++ b/codegen/src/main.rs
@@ -17,6 +17,7 @@ mod full; mod gen; mod json; +mod operand; mod parse; mod version; mod visit;