commit | 1e99fa381d1cee782d4480f04c19302f6852091b | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Wed May 08 16:18:36 2019 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Wed May 08 18:47:13 2019 -0700 |
tree | 74f6275e296abe5b2fd9dd2a122ee0710ba3177b | |
parent | 1db3d8e76d9fca9502335c1b3382e51f1da9f464 [diff] [blame] |
Factor out generate loops
diff --git a/codegen/src/main.rs b/codegen/src/main.rs index d80782b..c128e06 100644 --- a/codegen/src/main.rs +++ b/codegen/src/main.rs
@@ -15,6 +15,7 @@ mod file; mod fold; mod full; +mod gen; mod json; mod parse; mod version;