encoding: remove redundant pointer cast in url::percent_decode_utf8
A debug assertion in `encoding::url::percent_decode_utf8` previously cast the result of `[u8]::as_ptr` to `*const u8`, which was redundant because the return type of the `as_ptr` call was already `*const u8`. This patch removes the redundant cast.main
parent
96a085686b
commit
f411c30220
Loading…
Reference in New Issue