mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Remove use of reverted std::ffi::c_char
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user