jplatte/caniuse.rs

Duplicate "nul terminated `Vec<u8>` to `CString` conversions" entry

DropDemBits opened this issue · 1 comments

There's a redundant entry (under "nul terminated Vec<u8> to CString conversions") for the cstring_from_vec_with_nul that's still marked as unstable, even though there are entries for both stabilized methods.

Fixed in 2d374e6, thanks for the report!