mirror of https://github.com/fafhrd91/actix-net
Fix clippy semver of deprecated
This commit is contained in:
parent
737c57a4c5
commit
4f3a8ce43c
|
@ -36,7 +36,7 @@ impl LocalWaker {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[deprecated(
|
#[deprecated(
|
||||||
since = "2.x.x",
|
since = "2.1.0",
|
||||||
note = "In favor of `wake`. State of the register doesn't matter at `wake` up"
|
note = "In favor of `wake`. State of the register doesn't matter at `wake` up"
|
||||||
)]
|
)]
|
||||||
#[inline]
|
#[inline]
|
||||||
|
|
Loading…
Reference in New Issue