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 4339615 commit ea7e124Copy full SHA for ea7e124
rtic-sync/src/channel.rs
@@ -1,5 +1,6 @@
1
//! An async aware MPSC channel that can be used on no-alloc systems.
2
3
+#[allow(clippy::module_inception)]
4
mod channel;
5
pub use channel::Channel;
6
0 commit comments