Skip to content

Commit

Permalink
rename "drawbacks" to "known issues"
Browse files Browse the repository at this point in the history
  • Loading branch information
y21 committed Jun 7, 2023
1 parent ad8126a commit b7edba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/large_stack_frames.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ declare_clippy_lint! {
/// }
/// ```
///
/// ### Drawbacks
/// ### Known issues
/// False positives. The stack size that clippy sees is an estimated value and can be vastly different
/// from the actual stack usage after optimizations passes have run (especially true in release mode).
/// Modern compilers are very smart and are able to optimize away a lot of unnecessary stack allocations.
Expand Down

0 comments on commit b7edba3

Please sign in to comment.