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 486e24d commit abdbd8cCopy full SHA for abdbd8c
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