Skip to content

Commit 591363e

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

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(feature = "std")]
6262
pub mod mpsc {
6363
use super::*;
6464
use std::sync::mpsc::{Receiver, Sender};

0 commit comments

Comments
 (0)