Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9adf702

Browse files
authored
Rollup merge ofrust-lang#126384 - RalfJung:is_none_or, r=workingjubilee
add tracking issue for is_none_orThis was forgotten inrust-lang#126328.Ccrust-lang#126383
2 parents02cb1e9 +3ef894f commit9adf702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎core/src/option.rs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ impl<T> Option<T> {
672672
/// ```
673673
#[must_use]
674674
#[inline]
675-
#[unstable(feature ="is_none_or", issue ="none")]
675+
#[unstable(feature ="is_none_or", issue ="126383")]
676676
pubfnis_none_or(self,f:implFnOnce(T) ->bool) ->bool{
677677
matchself{
678678
None =>true,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp