We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f457c20 commit 7c193c4Copy full SHA for 7c193c4
1 file changed
crates/stackable-operator/src/databases/mod.rs
@@ -1,5 +1,6 @@
1
use snafu::Snafu;
2
3
+#[allow(clippy::module_inception)]
4
pub mod databases;
5
pub mod drivers;
6
mod helpers;
0 commit comments