servo / rust-url

URL parser for Rust
https://docs.rs/url/
Apache License 2.0
1.31k stars 325 forks source link

Fix lint #920

Closed valenting closed 6 months ago

valenting commented 6 months ago

The clippy suggestion was to use std::ptr::addr_eq, but that got stabilized in 1.76 In order to avoid breaking our 1.56 builds, we just allow this for now.