You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
--> src/main.rs:8:5
|
8 | setup_panic!(); // <-- initialize human-panic
| ^^^^^^^^^^^^^^
|
= note: `#[warn(deprecated)]` on by default
= note: this warning originates in the macro `$crate::setup_panic` which comes from the expansion of the macro `setup_panic` (in Nightly builds, run with -Z macro-backtrace for more info)
The text was updated successfully, but these errors were encountered:
Warning log:
The text was updated successfully, but these errors were encountered: