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 393b526 + 898b541 commit f1a4f30Copy full SHA for f1a4f30
1 file changed
library/core/src/option.rs
@@ -672,7 +672,7 @@ impl<T> Option<T> {
672
/// ```
673
#[must_use]
674
#[inline]
675
- #[unstable(feature = "is_none_or", issue = "none")]
+ #[unstable(feature = "is_none_or", issue = "126383")]
676
pub fn is_none_or(self, f: impl FnOnce(T) -> bool) -> bool {
677
match self {
678
None => true,
0 commit comments