Skip to content

Commit fa096f5

Browse files
authored
Merge pull request #976 from jeckersb/lib-use-tidy
lib: tidy up module declarations
2 parents 7ed4495 + 3cebedb commit fa096f5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

lib/src/lib.rs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,28 @@ mod boundimage;
88
pub mod cli;
99
pub(crate) mod deploy;
1010
pub(crate) mod generator;
11+
mod glyph;
1112
mod image;
13+
mod imgstorage;
1214
pub(crate) mod journal;
15+
mod k8sapitypes;
1316
pub(crate) mod kargs;
1417
mod lints;
1518
mod lsm;
1619
pub(crate) mod metadata;
20+
mod podman;
21+
mod progress_jsonl;
1722
mod reboot;
1823
mod reexec;
24+
pub mod spec;
1925
mod status;
2026
mod store;
2127
mod task;
2228
mod utils;
2329

30+
#[cfg(feature = "docgen")]
31+
mod docgen;
32+
2433
#[cfg(feature = "install")]
2534
mod blockdev;
2635
#[cfg(feature = "install")]
@@ -29,16 +38,7 @@ mod bootloader;
2938
mod containerenv;
3039
#[cfg(feature = "install")]
3140
mod install;
32-
mod k8sapitypes;
3341
#[cfg(feature = "install")]
3442
mod kernel;
3543
#[cfg(feature = "install")]
3644
pub(crate) mod mount;
37-
mod podman;
38-
pub mod spec;
39-
40-
#[cfg(feature = "docgen")]
41-
mod docgen;
42-
mod glyph;
43-
mod imgstorage;
44-
mod progress_jsonl;

0 commit comments

Comments
 (0)