if_chain icon indicating copy to clipboard operation
if_chain copied to clipboard

Soft-deprecate this crate

Open lambda-fairy opened this issue 3 years ago • 4 comments

lambda-fairy avatar Apr 13 '22 05:04 lambda-fairy

Waiting on rust-lang/rust#53667

lambda-fairy avatar Apr 13 '22 05:04 lambda-fairy

Waiting on rust-lang/rust#94927

Of course, rustfmt support for let_chains is not yet finalized: https://github.com/rust-lang/rustfmt/pull/5203

One might continue to use this crate for that reason.

smoelius avatar Apr 13 '22 09:04 smoelius

And macros do they have rustfmt support? https://github.com/rust-lang/rustfmt/issues/8

I think MSRV is still a good reason to use this crate. Plus, of course there are tons of legacy users.

est31 avatar Apr 14 '22 12:04 est31

Ref: rust-lang/rust#94927

This will need to be updated to say Rust 1.64.

I think MSRV is still a good reason to use this crate. Plus, of course there are tons of legacy users.

Yes, that's why the proposed documentation focuses on the MSRV use case, and avoids mentioning "deprecation" explicitly.

lambda-fairy avatar Jul 27 '22 04:07 lambda-fairy