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 9953a42 commit 5d77f9bCopy full SHA for 5d77f9b
compiler/rustc_lint_defs/src/builtin.rs
@@ -711,7 +711,7 @@ declare_lint! {
711
}
712
713
declare_lint! {
714
- /// The `dangerous_stack_allocation` lint detects stack allocations that
+ /// The `dangerous_stack_allocation` lint detects stack allocations that
715
/// are 1 GB or more.
716
///
717
/// ### Example
0 commit comments