chyh1990 / yaml-rust

A pure rust YAML implementation.
Apache License 2.0
601 stars 138 forks source link

Remove deprecation warnings for rustc 1.41 #153

Closed mkindahl closed 4 years ago

mkindahl commented 4 years ago

When compiling with Rust 1.41 (stable version as of 2020-01-27) a number of deprecation warnings are shown.

Fixes: #152

mkindahl commented 4 years ago

@chyh1990 @hoodie Does this look OK?

mkindahl commented 4 years ago

Discarding.