serde-rs / json

Strongly typed JSON library for Rust
Apache License 2.0
4.7k stars 536 forks source link

Remove conditional on repr(transparent) #1118

Closed dtolnay closed 3 months ago

dtolnay commented 3 months ago

This used to be needed prior to https://github.com/rust-lang/rust/pull/115439.