rename "drawbacks" to "known issues"

This commit is contained in:
y21 2023-06-07 21:08:05 +02:00
parent 6b232fdee9
commit 7aa4babb5c

View File

@ -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.