Skip to content

Commit b7edba3

Browse files
committed
rename "drawbacks" to "known issues"
1 parent ad8126a commit b7edba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/large_stack_frames.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ declare_clippy_lint! {
3737
/// }
3838
/// ```
3939
///
40-
/// ### Drawbacks
40+
/// ### Known issues
4141
/// False positives. The stack size that clippy sees is an estimated value and can be vastly different
4242
/// from the actual stack usage after optimizations passes have run (especially true in release mode).
4343
/// Modern compilers are very smart and are able to optimize away a lot of unnecessary stack allocations.

0 commit comments

Comments
 (0)