Remove use of reverted std::ffi::c_char

This commit is contained in:
Josh Triplett 2022-04-27 14:00:45 -07:00
parent 69a5d2481e
commit 42d96bb2f6

View File

@ -1,5 +1,6 @@
use std::borrow::Cow::{Borrowed, Owned};
use std::ffi::{c_char, CStr};
use std::ffi::CStr;
use std::os::raw::c_char;
#[test]
fn to_str() {