media-io / yaserde

Yet Another Serializer/Deserializer
MIT License
179 stars 60 forks source link

Fix clippy warnings and build with heck 0.4 #134

Closed ephraimkunz closed 2 years ago

ephraimkunz commented 2 years ago

The master branch appears to not build after upgrading to heck = 0.4. Heck changed the name of some traits. Adopt those new traits.

Fix clippy suggestions.

ephraimkunz commented 2 years ago

This does the same thing as #132 but also fixes clippy warnings.

ColinFinck commented 2 years ago

CC @MarcAntoine-Arnaud