Skip to content

Commit 5d9e1b6

Browse files
committed
Update large_const_arrays.rs
1 parent 5d75a9b commit 5d9e1b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/large_const_arrays.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ declare_clippy_lint! {
2424
/// ```
2525
///
2626
/// Use instead:
27-
/// ```rust.ignore
27+
/// ```rust,ignore
2828
/// pub static a = [0u32; 1_000_000];
2929
/// ```
3030
#[clippy::version = "1.44.0"]

0 commit comments

Comments
 (0)