Skip to content

Commit 5d75a9b

Browse files
committed
fix
1 parent 70f1d0d commit 5d75a9b

File tree

1 file changed

+1
-1
lines changed
  • clippy_lints/src/matches

1 file changed

+1
-1
lines changed

clippy_lints/src/matches/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ declare_clippy_lint! {
791791
/// the match block and thus will not unlock.
792792
///
793793
/// ### Example
794-
/// ```rust.ignore
794+
/// ```rust,ignore
795795
/// # use std::sync::Mutex;
796796
///
797797
/// # struct State {}

0 commit comments

Comments
 (0)