uv/crates/uv-redacted
konsti de64f1dfa8
Use ref-cast for DisplaySafeUrl (#13696)
By default, Rust does not support safe cast from `&U` to `&T` for
`#[repr(transparent)] T(U)` even if the newtype opts in. The dtolnay
ref-cast crate fills this gap, allowing to remove `DisplaySafeUrlRef`.
2025-05-28 11:28:28 +00:00
..
src Use ref-cast for DisplaySafeUrl (#13696) 2025-05-28 11:28:28 +00:00
Cargo.toml Use ref-cast for DisplaySafeUrl (#13696) 2025-05-28 11:28:28 +00:00