]> git.lizzy.rs Git - rust.git/commit
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)
commit359615b852b503378cac85068b0c06c43d04cdfb
treee2ad499a81953e8e4c2ce0abb95ed4385aa8eaa1
parent50d4aebc7a85c3e0285bcdd622ccdbef33929638
parent9a1f1777d3602b267c78229e1d5de68fe7eab57a
Rollup merge of #77022 - Juici:master, r=lcnr

Reduce boilerplate for BytePos and CharPos

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