Skip to content

Commit

Permalink
Remove assert that had been replaced by assert_ne
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMcDonnell committed Mar 1, 2020
1 parent 6b2983a commit 87327eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libcore/tests/hash/sip.rs
Expand Up @@ -298,7 +298,6 @@ fn test_hash_no_concat_alias() {
let t = ("aabb", "");
let u = ("a", "abb");

assert!(s != t && t != u);
assert_ne!(s, t);
assert_ne!(t, u);
assert_ne!(hash(&s), hash(&t));
Expand Down

0 comments on commit 87327eb

Please sign in to comment.