... more linting

This commit is contained in:
Sam Hedin 2020-03-28 02:56:54 +01:00
parent fb7d35f7a9
commit 265cd8028a

View File

@ -156,6 +156,7 @@ pub(crate) use from_yaml::FromYAML;
pub(crate) use from_yaml::FromYML;
pub(crate) use get::Get;
pub(crate) use group_by::GroupBy;
pub(crate) use headers::Headers;
pub(crate) use help::Help;
pub(crate) use histogram::Histogram;
pub(crate) use history::History;
@ -217,4 +218,3 @@ pub(crate) use what::What;
pub(crate) use where_::Where;
pub(crate) use which_::Which;
pub(crate) use wrap::Wrap;
pub(crate) use headers::Headers;