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

View File

@ -791,7 +791,7 @@
/// the match block and thus will not unlock. /// the match block and thus will not unlock.
/// ///
/// ### Example /// ### Example
/// ```rust.ignore /// ```rust,ignore
/// # use std::sync::Mutex; /// # use std::sync::Mutex;
/// ///
/// # struct State {} /// # struct State {}