Skip to content

Commit 58e3312

Browse files
committed
move large_stack_frames to suspicious
1 parent f2f0175 commit 58e3312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/large_stack_frames.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ declare_clippy_lint! {
7777
/// ```
7878
#[clippy::version = "1.72.0"]
7979
pub LARGE_STACK_FRAMES,
80-
nursery,
80+
suspicious,
8181
"checks for functions that allocate a lot of stack space"
8282
}
8383

0 commit comments

Comments
 (0)