Skip to content

Commit a00c079

Browse files
committed
fix feature flag name
1 parent 7bfe370 commit a00c079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ant/src/channel.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ pub trait RxHandler<T> {
5858
fn try_recv(&self) -> Result<T, RxError>;
5959
}
6060

61-
#[cfg(not(no_std))]
61+
#[cfg(std)]
6262
pub mod mpsc {
6363
use super::*;
6464
use std::sync::mpsc::{Receiver, Sender};

0 commit comments

Comments
 (0)