mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 11:17:26 +03:00
a8ff867d5c
`Handler` is a wrapper around `HanderInner`. Some functions on on `Handler` just forward to the samed-named functions on `HandlerInner`. This commit removes as many of those as possible, implementing functions on `Handler` where possible, to avoid the boilerplate required for forwarding. The commit is moderately large but it's very mechanical.