mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 16:28:54 +03:00
af2525317b
Remove sharding for VecCache This sharding is never used (per the comment in code). If we re-add sharding at some point in the future this is cheap to restore, but for now no need for the extra complexity.