jonasbb / serde_with

This crate provides custom de/serialization helpers to use in combination with serde's `with`-annotation and with the improved `serde_as`-annotation.
https://docs.rs/serde_with
Apache License 2.0
636 stars 67 forks source link

Remove allows for non_local_definitions #725

Closed jonasbb closed 5 months ago

jonasbb commented 5 months ago

The implementation was tweaked such that it no longer triggers on the From implementations