colin-kiegel / rust-derive-builder

derive builder implementation for rust structs
https://colin-kiegel.github.io/rust-derive-builder/
Apache License 2.0
1.28k stars 82 forks source link

Reintroduce compile-time tests for no_std #207

Closed TedDriggs closed 3 years ago

TedDriggs commented 3 years ago

In #206 we removed the no_std test added in #204 to be able to publish 0.10.2. We should reintroduce the test to make sure we don't break no_std unexpectedly going forward.

Note that this is the second time we've had to remove a no_std test suite because it was failing too often for reasons that are outside the scope of this crate.