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 7e26a1c commit 3bdd1f5Copy full SHA for 3bdd1f5
collab/src/database/mod.rs
@@ -1,3 +1,5 @@
1
+#![allow(clippy::module_inception)]
2
+
3
pub mod blocks;
4
pub mod database;
5
pub mod database_remapper;
collab/src/document/mod.rs
pub mod block_parser;
pub mod document;
collab/src/folder/mod.rs
pub use crate::entity::define::ViewId;
pub use entities::*;
pub use folder::*;
0 commit comments