Skip to content

Commit

Permalink
Update compiler/rustc_lint_defs/src/builtin.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Esteban Kuber <estebank@users.noreply.github.com>
  • Loading branch information
iSwapna and estebank committed Jan 4, 2025
1 parent 382ddcd commit 4976370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_lint_defs/src/builtin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ declare_lint! {
/// ```
/// ### Explanation
///
/// 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
/// stack on most platforms.
pub DANGEROUS_STACK_ALLOCATION,
Warn,
Expand Down

0 comments on commit 4976370

Please sign in to comment.