treeify icon indicating copy to clipboard operation
treeify copied to clipboard

Update Clap to avoid future incompatibility warning

Open matklad opened this issue 5 years ago • 0 comments

Ping from rust-lang/rust :-)

rustc has a bug in macro parsing for quite a while, where it didn't flag some erroneous macro definitions as such.

This was a deny-by-default lint for some time, and in https://github.com/rust-lang/rust/pull/75516 we want to turn it into a hard error.

Clap 2.9 is one of the affected crates.

This PR just updates clap to keep this crate compiling with Cargo.lock.

matklad avatar Aug 15 '20 12:08 matklad