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