mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-18 10:48:36 +00:00
3354876876
cache test item names This avoids quadratic behavior (collecting all test item names for each `eq_op` instance within the module). However, it invests a good deal of memory to buy this speedup. If that becomes a problem, I may need to change the cache to only store the chain of last visited modules. This hopefully fixes #8171. --- changelog: none |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |