| commit | e352c1e140292a75faa7b12b13bc2956f0515a43 | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Thu Dec 31 16:41:05 2020 -0800 |
| committer | David Tolnay <dtolnay@gmail.com> | Thu Dec 31 17:15:56 2020 -0800 |
| tree | 6cc8c0b887d1ee662641add82a70f2f3e3fbb0f2 | |
| parent | 292cfffe5a3cefc9a60761462206cb526467491f [diff] [blame] |
Add wrapper to prevent iteration of unordered maps
diff --git a/syntax/mod.rs b/syntax/mod.rs index 1dcb55c..96169e8 100644 --- a/syntax/mod.rs +++ b/syntax/mod.rs
@@ -13,6 +13,7 @@ mod improper; pub mod instantiate; pub mod mangle; +pub mod map; mod names; pub mod namespace; mod parse;