-
-
Notifications
You must be signed in to change notification settings - Fork 62
Deprecate CallbackGuard #293
Deprecate CallbackGuard #293
Conversation
👍 |
1 similar comment
👍 |
Oh, it since 1.23. I fix deprecation text |
2990961
to
0e3340c
Compare
Updated |
src/source.rs
Outdated
@@ -54,20 +54,24 @@ impl ToGlib for Continue { | |||
|
|||
/// Unwinding propagation guard. Aborts the process if destroyed while | |||
/// panicking. | |||
#[deprecated(note="Rustc has this functionality buildin since 1.23.0")] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since 1.24
rust-lang/rust@51b47dc contains in branches started from rust-lang/rust@d0f1f42 and rust-lang/rust@2dad872 but not in rust-lang/rust@5041b3b Strange that for me https://github.com/rust-lang/rust/releases/tag/1.23.0 not in current repo |
@sdroege Maybe you right, I use "Aaron Power" commits |
Also it's in the 1.24 release notes |
You right, I checked by tag archive too. I will change back |
0e3340c
to
7f07bef
Compare
Updated |
Great :) |
All good to go now? |
From my side yes |
src/source.rs
Outdated
@@ -54,20 +54,24 @@ impl ToGlib for Continue { | |||
|
|||
/// Unwinding propagation guard. Aborts the process if destroyed while | |||
/// panicking. | |||
#[deprecated(note="Rustc has this functionality buildin since 1.24.0")] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"builtin" or "built-in"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, fixed
7f07bef
to
ba8b1dc
Compare
For me PR also ready for merge |
Thanks then! |
Part of #250
cc @GuillaumeGomez