Simplify the feature gates for stor commands (#11416)

All of them depend on feature `sqlite` so just conditionally `use` the
parent module.
This commit is contained in:
Stefan Holderbach
2023-12-24 13:31:46 +01:00
committed by GitHub
parent 7ad0e5541e
commit 543a25599c
2 changed files with 1 additions and 16 deletions

View File

@ -23,6 +23,7 @@ mod random;
mod removed;
mod shells;
mod sort_utils;
#[cfg(feature = "sqlite")]
mod stor;
mod strings;
mod system;