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

Commit3acb41f

Browse files
committed
Fix deprecated version.
1 parentbc5e618 commit3acb41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎core/src/panic/panic_info.rs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ impl<'a> PanicInfo<'a> {
7979
///
8080
/// [`std::panic::PanicHookInfo`]: ../../std/panic/struct.PanicHookInfo.html
8181
/// [`std::panic::PanicHookInfo::payload`]: ../../std/panic/struct.PanicHookInfo.html#method.payload
82-
#[deprecated(since ="CURRENT_RUSTC_VERSION", note ="this never returns anything useful")]
82+
#[deprecated(since ="1.81.0", note ="this never returns anything useful")]
8383
#[stable(feature ="panic_hooks", since ="1.10.0")]
8484
#[allow(deprecated, deprecated_in_future)]
8585
pubfnpayload(&self) ->&(dyncrate::any::Any +Send){

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp