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.
2 parents 04f29fd + 5e4f465 commit 7c4bedcCopy full SHA for 7c4bedc
library/core/src/ops/range.rs
@@ -853,7 +853,7 @@ pub trait RangeBounds<T: ?Sized> {
853
/// assert!( RangeBounds::is_empty(&(f32::NAN..5.0)));
854
/// ```
855
///
856
- /// But never empty is either side is unbounded:
+ /// But never empty if either side is unbounded:
857
858
859
/// #![feature(range_bounds_is_empty)]
0 commit comments