Skip to content

Commit 639ac16

Browse files
committed
mingw fix
1 parent 3113d22 commit 639ac16

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
@@ -713,7 +713,8 @@ declare_lint! {
713713
}
714714

715715
declare_lint! {
716-
/// The `dangerous_stack_allocation` lint detects stack allocations that are 1 GB or more.
716+
/// The `dangerous_stack_allocation` lint detects stack allocations that
717+
/// are 1 GB or more.
717718
///
718719
/// ### Example
719720
///

0 commit comments

Comments
 (0)