From 4f3a8ce43cea86dd0e8d97b0283aaa88fbbb47ad Mon Sep 17 00:00:00 2001 From: Juan Aguilar Santillana Date: Sun, 13 Dec 2020 03:25:04 +0100 Subject: [PATCH] Fix clippy semver of deprecated --- actix-utils/src/task.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-utils/src/task.rs b/actix-utils/src/task.rs index 578304c8..cb32eb8d 100644 --- a/actix-utils/src/task.rs +++ b/actix-utils/src/task.rs @@ -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]