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

docs: remove the obsolete instruction #202

Closed toku-sa-n closed 3 years ago

toku-sa-n commented 3 years ago

The alloc feature became stable.

TedDriggs commented 3 years ago

203 has a fix for the error that caused this to fail CI; once that merges I'll also merge this.

TedDriggs commented 3 years ago

@toku-sa-n can you please rebase this? Once that's done I think it's good to merge.

toku-sa-n commented 3 years ago

Done.

TedDriggs commented 3 years ago

Thank you! Once this finishes I'll pull it into master and release 0.10.1 with the no_std fix.