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 4f8049a commit 7fe182fCopy full SHA for 7fe182f
src/libcore/tests/ops.rs
@@ -91,4 +91,4 @@ fn test_range_is_empty() {
91
assert!( (EPSILON ..= NAN).is_empty());
92
assert!( (NAN ..= EPSILON).is_empty());
93
assert!( (NAN ..= NAN).is_empty());
94
-}
+}
0 commit comments