Skip to content

Commit 9953a42

Browse files
committed
mingw fix
1 parent 3cb7556 commit 9953a42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler/rustc_lint_defs/src/builtin.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,8 @@ declare_lint! {
711711
}
712712

713713
declare_lint! {
714-
/// The `dangerous_stack_allocation` lint detects stack allocations that are 1 GB or more.
714+
/// The `dangerous_stack_allocation` lint detects stack allocations that
715+
/// are 1 GB or more.
715716
///
716717
/// ### Example
717718
///

0 commit comments

Comments
 (0)