Skip to content

Commit 9fa661d

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

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
@@ -751,7 +751,7 @@ declare_lint! {
751751
/// stack on most platforms.
752752
pub DANGEROUS_STACK_ALLOCATION,
753753
Warn,
754-
"Detects dangerous stack allocations at the limit of most architectures"
754+
"detects dangerously large stack allocations at the limit of most architectures"
755755
}
756756

757757
declare_lint! {

0 commit comments

Comments
 (0)