We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bfe370 commit a00c079Copy full SHA for a00c079
ant/src/channel.rs
@@ -58,7 +58,7 @@ pub trait RxHandler<T> {
58
fn try_recv(&self) -> Result<T, RxError>;
59
}
60
61
-#[cfg(not(no_std))]
+#[cfg(std)]
62
pub mod mpsc {
63
use super::*;
64
use std::sync::mpsc::{Receiver, Sender};
0 commit comments