Skip to content

Commit

Permalink
fix feature flag name
Browse files Browse the repository at this point in the history
  • Loading branch information
cujomalainey committed May 19, 2024
1 parent 7bfe370 commit a00c079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ant/src/channel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pub trait RxHandler<T> {
fn try_recv(&self) -> Result<T, RxError>;
}

#[cfg(not(no_std))]
#[cfg(std)]
pub mod mpsc {
use super::*;
use std::sync::mpsc::{Receiver, Sender};
Expand Down

0 comments on commit a00c079

Please sign in to comment.