Remove use of reverted std::ffi::c_char
This commit is contained in:
parent
69a5d2481e
commit
42d96bb2f6
@ -1,5 +1,6 @@
|
|||||||
use std::borrow::Cow::{Borrowed, Owned};
|
use std::borrow::Cow::{Borrowed, Owned};
|
||||||
use std::ffi::{c_char, CStr};
|
use std::ffi::CStr;
|
||||||
|
use std::os::raw::c_char;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn to_str() {
|
fn to_str() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user