mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-15 01:17:16 +00:00
fix
This commit is contained in:
parent
70f1d0d8fd
commit
5d75a9bd4c
1 changed files with 1 additions and 1 deletions
|
@ -791,7 +791,7 @@ declare_clippy_lint! {
|
|||
/// the match block and thus will not unlock.
|
||||
///
|
||||
/// ### Example
|
||||
/// ```rust.ignore
|
||||
/// ```rust,ignore
|
||||
/// # use std::sync::Mutex;
|
||||
///
|
||||
/// # struct State {}
|
||||
|
|
Loading…
Reference in a new issue