Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

Commit

Permalink
Don't run btree tests on no-std
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Hughes committed Aug 3, 2020
1 parent 5aee21b commit f31ec6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/btree/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mod navigate;
mod node;
mod search;
pub mod set;
#[cfg(test)]
#[cfg(all(test, std))]
mod tests;

#[doc(hidden)]
Expand Down

0 comments on commit f31ec6a

Please sign in to comment.