clippy: more misc fixes

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2021-01-25 14:43:00 +01:00 committed by Wolfgang Bumiller
parent 655ceac1c6
commit c94f367dec

View File

@ -1,3 +1,4 @@
#[allow(clippy::module_inception)]
mod rrd;
pub use rrd::*;
mod cache;