Fix linting, attempt 2.

This commit is contained in:
Sam Hedin 2020-03-28 02:39:18 +01:00
parent 2ff6cdf046
commit f84f09ae06

View File

@ -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;