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 f75765e commit 1bc466aCopy full SHA for 1bc466a
compiler/rustc_lint_defs/src/builtin.rs
@@ -713,7 +713,8 @@ declare_lint! {
713
}
714
715
declare_lint! {
716
- /// The `dangerous_stack_allocation` lint detects stack allocations that are 1 GB or more.
+ /// The `dangerous_stack_allocation` lint detects stack allocations that
717
+ /// are 1 GB or more.
718
///
719
/// ### Example
720
0 commit comments