chiark / gitweb /
main lib.rs: Sort the hyphen imports
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 4 May 2022 20:58:37 +0000 (21:58 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 4 May 2022 21:01:14 +0000 (22:01 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/lib.rs

index af864b19702b3c84c66fed63e2dea01d62f78a86..4dd7b557f8d83ecb921dafb9b303971e4f166291 100644 (file)
@@ -60,8 +60,8 @@ pub mod updates;
 pub mod ui;
 pub mod utils;
 
+#[path = "fake-rng.rs"]           pub mod fake_rng;
+#[path = "fake-time.rs"]          pub mod fake_time;
 #[path = "shapelib-toml.rs"]      pub mod shapelib_toml;
 #[path = "slotmap-slot-idx.rs"]   pub mod slotmap_slot_idx;
 #[path = "toml-de.rs"]            pub mod toml_de;
-#[path = "fake-rng.rs"]           pub mod fake_rng;
-#[path = "fake-time.rs"]          pub mod fake_time;