Andrey Turkin
|
98195c0348
|
Get rid of a warning
|
2024-07-06 05:19:37 +03:00 |
|
Aaron Kutch
|
1d9d761e9f
|
Fix panic-handler documentation
rust-lang/rust#51647 is fixed but panic-handler is still needed
|
2021-04-02 08:58:50 -05:00 |
|
Paolo Teti
|
c03769a47e
|
panic_handler is now stable
Fixes the following warning:
"warning: the feature `panic_handler` has been stable since
1.30.0 and no longer requires an attribute to enable"
|
2018-09-13 10:25:59 +02:00 |
|
Paolo Teti
|
8a4148f60b
|
Rename panic_implementation -> panic_handler
panic_implementation has been deprecated/renamed.
New name is panic_handler
|
2018-09-01 21:17:07 +02:00 |
|