We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88591ba + 5d9e1b6 commit ff3964aCopy full SHA for ff3964a
clippy_lints/src/large_const_arrays.rs
@@ -24,7 +24,7 @@ declare_clippy_lint! {
24
/// ```
25
///
26
/// Use instead:
27
- /// ```rust.ignore
+ /// ```rust,ignore
28
/// pub static a = [0u32; 1_000_000];
29
30
#[clippy::version = "1.44.0"]
clippy_lints/src/matches/mod.rs
@@ -791,7 +791,7 @@ declare_clippy_lint! {
791
/// the match block and thus will not unlock.
792
793
/// ### Example
794
795
/// # use std::sync::Mutex;
796
797
/// # struct State {}
0 commit comments