doc: fix missing backtick in select doc (#3732)

This commit is contained in:
kamulos
2021-04-27 22:23:03 +09:00
committed by GitHub
parent 73466f4b6c
commit ce9697f2a2
+1 -1
View File
@@ -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 `<async
/// expression>.
/// expression>`.
///
/// # Examples
///