mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 13:49:06 +02:00
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:
committed by
GitHub
parent
7ad0e5541e
commit
543a25599c
@ -23,6 +23,7 @@ mod random;
|
||||
mod removed;
|
||||
mod shells;
|
||||
mod sort_utils;
|
||||
#[cfg(feature = "sqlite")]
|
||||
mod stor;
|
||||
mod strings;
|
||||
mod system;
|
||||
|
Reference in New Issue
Block a user