mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-01 06:57:53 +00:00
Remove conditional use of `Sharded` from query state `Sharded` is already a zero cost abstraction, so it shouldn't affect the performance of the single thread compiler if LLVM does its job. r? `@cjgillot`