Closed jcdyer closed 3 years ago
Replaces DocRef<'a> with &'a Doc, and reduces compile time. (I accidentally made proptest a dependency instead of a dev-dependency in v0.1.*).
DocRef<'a>
&'a Doc
Performance should be comparable.
Awesome, thanks for doing that update!
Replaces
DocRef<'a>
with&'a Doc
, and reduces compile time. (I accidentally made proptest a dependency instead of a dev-dependency in v0.1.*).Performance should be comparable.