From 6f896d88464e8fc85ad66d002ee79ebd2d22d5a9 Mon Sep 17 00:00:00 2001 From: Mihail Malo Date: Mon, 22 Mar 2021 22:37:29 +0200 Subject: [PATCH] macros: add missing => in doc (#3638) --- tokio/src/macros/select.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio/src/macros/select.rs b/tokio/src/macros/select.rs index ed41fb08b..3ba16b615 100644 --- a/tokio/src/macros/select.rs +++ b/tokio/src/macros/select.rs @@ -14,7 +14,7 @@ /// branch, which evaluates if none of the other branches match their patterns: /// /// ```text -/// else +/// else => /// ``` /// /// The macro aggregates all `` expressions and runs them