| commit | f7b81fb845a0aaa4238653af9f9a5624b290bfcb | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Sun Nov 01 22:39:04 2020 -0800 |
| committer | David Tolnay <dtolnay@gmail.com> | Sun Nov 01 22:39:22 2020 -0800 |
| tree | 9388b6f8df059132f0b715a3cce02bc9ec8e21e6 | |
| parent | de4b55392752ae3688b06ce326f04bd541d1e4f7 [diff] [blame] |
Move NamespaceEntries to nested:: module Since the way we sort nested namespaces is no longer based on alphabetic order.
diff --git a/gen/src/write.rs b/gen/src/write.rs index f5ef807..a42d03e 100644 --- a/gen/src/write.rs +++ b/gen/src/write.rs
@@ -1,5 +1,5 @@ -use crate::gen::alphasort::NamespaceEntries; use crate::gen::block::Block; +use crate::gen::nested::NamespaceEntries; use crate::gen::out::OutFile; use crate::gen::{builtin, include, Opt}; use crate::syntax::atom::Atom::{self, *};