]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #77022 - Juici:master, r=lcnr
authorecstatic-morse <ecstaticmorse@gmail.com>
Tue, 22 Sep 2020 03:40:59 +0000 (20:40 -0700)
committerGitHub <noreply@github.com>
Tue, 22 Sep 2020 03:40:59 +0000 (20:40 -0700)
Reduce boilerplate for BytePos and CharPos

Reduces boilerplate code for BytePos and CharPos by using a macro to implement shared traits.


Trivial merge