We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad8126a commit b7edba3Copy full SHA for b7edba3
clippy_lints/src/large_stack_frames.rs
@@ -37,7 +37,7 @@ declare_clippy_lint! {
37
/// }
38
/// ```
39
///
40
- /// ### Drawbacks
+ /// ### Known issues
41
/// False positives. The stack size that clippy sees is an estimated value and can be vastly different
42
/// from the actual stack usage after optimizations passes have run (especially true in release mode).
43
/// Modern compilers are very smart and are able to optimize away a lot of unnecessary stack allocations.
0 commit comments