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

This commit is contained in:
kamulos 2021-04-27 15:23:03 +02:00 committed by GitHub
parent 73466f4b6c
commit ce9697f2a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
///