Skip to content

Commit

Permalink
fixed configuration attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
balderk authored and dwrensha committed Aug 21, 2023
1 parent beabc7d commit 3300660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capnp/src/io.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ mod no_std_impls {
}
}

#[cfg(feature = "embedded-io")]
#[cfg(all(feature = "embedded-io", not(feature = "std")))]
mod no_std_impls {
use crate::io::{BufRead, Read, Write};
use crate::Result;
Expand Down

0 comments on commit 3300660

Please sign in to comment.