From f84f09ae0665debe7fca5c08c014963c1abaa063 Mon Sep 17 00:00:00 2001 From: Sam Hedin Date: Sat, 28 Mar 2020 02:39:18 +0100 Subject: [PATCH] Fix linting, attempt 2. --- crates/nu-cli/src/commands.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-cli/src/commands.rs b/crates/nu-cli/src/commands.rs index 4f311ff98b..46f4ab1228 100644 --- a/crates/nu-cli/src/commands.rs +++ b/crates/nu-cli/src/commands.rs @@ -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;