forked from proxmox-mirrors/proxmox
sys: deprecate the identity macro
to be removed with the next major version bump Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
9dcc229491
commit
35ecf9a551
@ -14,6 +14,10 @@ pub mod systemd;
|
|||||||
mod worker_task_context;
|
mod worker_task_context;
|
||||||
pub use worker_task_context::*;
|
pub use worker_task_context::*;
|
||||||
|
|
||||||
|
#[deprecated(
|
||||||
|
since = "0.2.2",
|
||||||
|
note = "the sortable macro does not require this anymore, it will be removed"
|
||||||
|
)]
|
||||||
/// An identity (nop) macro. Used by the `#[sortable]` proc macro.
|
/// An identity (nop) macro. Used by the `#[sortable]` proc macro.
|
||||||
#[cfg(feature = "sortable-macro")]
|
#[cfg(feature = "sortable-macro")]
|
||||||
#[macro_export]
|
#[macro_export]
|
||||||
|
Loading…
Reference in New Issue
Block a user