This commit is contained in:
tamaron 2022-06-30 11:59:23 +09:00
parent 70f1d0d8fd
commit 5d75a9bd4c

View file

@ -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 {}