| commit | 0841930d34460e531d6397c34513b1fbb43c8383 | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Sun Apr 19 20:38:20 2020 -0700 |
| committer | David Tolnay <dtolnay@gmail.com> | Sun Apr 19 20:38:28 2020 -0700 |
| tree | 35a6541087e9e8f159ce79a5c0520ed24b1499c9 | |
| parent | 26804bd83b5e37da5338971e626c835fe2b52fdc [diff] [blame] |
Share one Namespace type between gen and macro
diff --git a/syntax/mod.rs b/syntax/mod.rs index 4eaf81e..21ff447 100644 --- a/syntax/mod.rs +++ b/syntax/mod.rs
@@ -7,6 +7,7 @@ pub mod error; pub mod ident; mod impls; +pub mod namespace; mod parse; pub mod set; mod tokens;