Skip to content

Commit 171beb3

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

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
@@ -753,7 +753,7 @@ declare_lint! {
753753
/// stack on most platforms.
754754
pub DANGEROUS_STACK_ALLOCATION,
755755
Warn,
756-
"Detects dangerous stack allocations at the limit of most architectures"
756+
"detects dangerously large stack allocations at the limit of most architectures"
757757
}
758758

759759
declare_lint! {

0 commit comments

Comments
 (0)