Fix clippy semver of deprecated

This commit is contained in:
Juan Aguilar Santillana 2020-12-13 03:25:04 +01:00
parent 737c57a4c5
commit 4f3a8ce43c
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ impl LocalWaker {
}
#[deprecated(
since = "2.x.x",
since = "2.1.0",
note = "In favor of `wake`. State of the register doesn't matter at `wake` up"
)]
#[inline]