Skip to content

Commit

Permalink
Skip test it_should_ignore_extra_for_hash on no_std.
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed Nov 26, 2020
1 parent 484552c commit 42046bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ fn it_should_ignore_extra_for_equality() {
);
}

#[cfg(feature = "std")]
#[test]
fn it_should_ignore_extra_for_hash() {
use std::hash::{Hash, Hasher};
Expand Down

0 comments on commit 42046bc

Please sign in to comment.