Skip to content

Commit 5856ab4

Browse files
iSwapnaestebank
andauthored
Update compiler/rustc_lint_defs/src/builtin.rs
Co-authored-by: Esteban Kuber <[email protected]>
1 parent 991aa4d commit 5856ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_lint_defs/src/builtin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ declare_lint! {
747747
/// ```
748748
/// ### Explanation
749749
///
750-
/// Large arras may cause stack overflow due to the limited size of the
750+
/// Large arrays may cause stack overflow due to the limited size of the
751751
/// stack on most platforms.
752752
pub DANGEROUS_STACK_ALLOCATION,
753753
Warn,

0 commit comments

Comments
 (0)