mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
db10879fd1
Remove `Deref`/`DerefMut` impl for `Providers`. It's described as a "backwards compatibility hack to keep the diff small". Removing it requires only a modest amount of churn, and the resulting code is clearer without the invisible derefs. r? @oli-obk