chyh1990 / yaml-rust

A pure rust YAML implementation.
Apache License 2.0
609 stars 140 forks source link

Fix erroring clippy lints about if let options #144

Closed palfrey closed 4 years ago

palfrey commented 4 years ago

It also fixes the issue where clippy wasn't available on some nightlies so this got ran sporadically by using the new rustup feature to give us the latest nightly that has clippy in it.

The build is still failing, but that's fixed by #145

chyh1990 commented 4 years ago

already fixed in master