mirror of
https://github.com/nushell/nushell.git
synced 2025-03-26 15:26:51 +01:00
Fix linting, attempt 2.
This commit is contained in:
parent
2ff6cdf046
commit
f84f09ae06
@ -25,7 +25,6 @@ pub(crate) mod edit;
|
||||
pub(crate) mod enter;
|
||||
#[allow(unused)]
|
||||
pub(crate) mod evaluate_by;
|
||||
pub(crate) mod headers;
|
||||
pub(crate) mod exit;
|
||||
pub(crate) mod first;
|
||||
pub(crate) mod format;
|
||||
@ -46,6 +45,7 @@ pub(crate) mod from_xml;
|
||||
pub(crate) mod from_yaml;
|
||||
pub(crate) mod get;
|
||||
pub(crate) mod group_by;
|
||||
pub(crate) mod headers;
|
||||
pub(crate) mod help;
|
||||
pub(crate) mod histogram;
|
||||
pub(crate) mod history;
|
||||
|
Loading…
Reference in New Issue
Block a user