We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 382ddcd commit 4976370Copy full SHA for 4976370
compiler/rustc_lint_defs/src/builtin.rs
@@ -749,7 +749,7 @@ declare_lint! {
749
/// ```
750
/// ### Explanation
751
///
752
- /// Large arras may cause stack overflow due to the limited size of the
+ /// Large arrays may cause stack overflow due to the limited size of the
753
/// stack on most platforms.
754
pub DANGEROUS_STACK_ALLOCATION,
755
Warn,
0 commit comments