We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb7556 commit 9953a42Copy full SHA for 9953a42
compiler/rustc_lint_defs/src/builtin.rs
@@ -711,7 +711,8 @@ declare_lint! {
711
}
712
713
declare_lint! {
714
- /// The `dangerous_stack_allocation` lint detects stack allocations that are 1 GB or more.
+ /// The `dangerous_stack_allocation` lint detects stack allocations that
715
+ /// are 1 GB or more.
716
///
717
/// ### Example
718
0 commit comments