chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a40fedc
)
main lib.rs: Sort the hyphen imports
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 4 May 2022 20:58:37 +0000
(21:58 +0100)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/src/lib.rs
b/src/lib.rs
index af864b19702b3c84c66fed63e2dea01d62f78a86..4dd7b557f8d83ecb921dafb9b303971e4f166291 100644
(file)
--- a/
src/lib.rs
+++ b/
src/lib.rs
@@
-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;