We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d1150 commit 9445f2bCopy full SHA for 9445f2b
src/liballoc/tests/str.rs
@@ -7,7 +7,7 @@ fn test_le() {
7
assert!("" <= "");
8
assert!("" <= "foo");
9
assert!("foo" <= "foo");
10
- assert!("foo" != "bar");
+ assert_ne!("foo", "bar");
11
}
12
13
#[test]
0 commit comments