We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b232fd commit 7aa4babCopy full SHA for 7aa4bab
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