mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-30 05:51:58 +00: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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
messages.ftl |