Closed rmja closed 1 year ago
Thanks for doing this! Can I ask you to please add #![feature(impl_trait_projections)] (coming with 1.74), too? And the day 1.75 hits stable, both of these can be removed and reqwless will compile on stable Rust I believe, which is exciting :)
#![feature(impl_trait_projections)]
Absolutely!
Thanks for doing this! Can I ask you to please add
#![feature(impl_trait_projections)]
(coming with 1.74), too? And the day 1.75 hits stable, both of these can be removed and reqwless will compile on stable Rust I believe, which is exciting :)