sort pub mod items
This commit is contained in:
parent
d0b406d288
commit
e8c393f3bb
|
@ -43,12 +43,12 @@ pub mod int;
|
||||||
pub mod intern;
|
pub mod intern;
|
||||||
pub mod memory;
|
pub mod memory;
|
||||||
pub mod module;
|
pub mod module;
|
||||||
|
pub mod prelude;
|
||||||
pub mod reg;
|
pub mod reg;
|
||||||
pub mod reset;
|
pub mod reset;
|
||||||
pub mod source_location;
|
pub mod source_location;
|
||||||
|
pub mod testing;
|
||||||
pub mod ty;
|
pub mod ty;
|
||||||
pub mod util;
|
pub mod util;
|
||||||
//pub mod valueless;
|
//pub mod valueless;
|
||||||
pub mod prelude;
|
|
||||||
pub mod testing;
|
|
||||||
pub mod wire;
|
pub mod wire;
|
||||||
|
|
Loading…
Reference in a new issue