Skip to content

Commit 4976370

Browse files
iSwapnaestebank
andcommitted
Update compiler/rustc_lint_defs/src/builtin.rs
Co-authored-by: Esteban Kuber <estebank@users.noreply.github.com>
1 parent 382ddcd commit 4976370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_lint_defs/src/builtin.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ declare_lint! {
749749
/// ```
750750
/// ### Explanation
751751
///
752-
/// Large arras may cause stack overflow due to the limited size of the
752+
/// Large arrays may cause stack overflow due to the limited size of the
753753
/// stack on most platforms.
754754
pub DANGEROUS_STACK_ALLOCATION,
755755
Warn,

0 commit comments

Comments
 (0)