diff --git a/tokio/src/macros/select.rs b/tokio/src/macros/select.rs index 3ba16b615..f98ebff4f 100644 --- a/tokio/src/macros/select.rs +++ b/tokio/src/macros/select.rs @@ -154,7 +154,7 @@ /// `select!` panics if all branches are disabled **and** there is no provided /// `else` branch. A branch is disabled when the provided `if` precondition /// returns `false` **or** when the pattern does not match the result of `. +/// expression>`. /// /// # Examples ///