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:
Wolfgang Bumiller 2021-11-29 11:31:38 +01:00
parent 9dcc229491
commit 35ecf9a551

View File

@ -14,6 +14,10 @@ pub mod systemd;
mod 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.
#[cfg(feature = "sortable-macro")]
#[macro_export]