mirror of
https://github.com/serde-rs/json.git
synced 2026-02-15 04:10:35 +00:00
The unused_results lint triggers on any function call returning anything other than () or ! that is not used. The Map::insert function returns Option<Value> of the previous value of the inserted key.