Skip to content

Commit ea7e124

Browse files
committed
rtic-sync: allow module inception for now
1 parent 4339615 commit ea7e124

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rtic-sync/src/channel.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//! An async aware MPSC channel that can be used on no-alloc systems.
22
3+
#[allow(clippy::module_inception)]
34
mod channel;
45
pub use channel::Channel;
56

0 commit comments

Comments
 (0)