mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
0e3e16cb5e
Instead of allowing `rustc::potential_query_instability` on the whole crate we go over each lint and allow it individually if it is safe to do. Turns out there were no instances of this lint in this crate.