Skip to content

Commit 3bdd1f5

Browse files
committed
fix: clippy
1 parent 7e26a1c commit 3bdd1f5

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

collab/src/database/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(clippy::module_inception)]
2+
13
pub mod blocks;
24
pub mod database;
35
pub mod database_remapper;

collab/src/document/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(clippy::module_inception)]
2+
13
pub mod block_parser;
24
pub mod blocks;
35
pub mod document;

collab/src/folder/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(clippy::module_inception)]
2+
13
pub use crate::entity::define::ViewId;
24
pub use entities::*;
35
pub use folder::*;

0 commit comments

Comments
 (0)