Compilation fails with procmacro feature off
cwfitzgerald opened this issue · 3 comments
cwfitzgerald commented
On lib.rs:86 there's an unconditional import of the proc macro function that causes builds to fail with proc macros off.
aclysma commented
Thanks! I'm going to leave the issue open until 1) new version is published 2) CI is testing this
aclysma commented
Published as 0.1.10, CI should catch this if the regresses in the future. Thanks for reporting it!
cwfitzgerald commented
Thanks for the quick publish!