Skip to content

Commit 21c95b9

Browse files
committed
Add back CStr
1 parent 3f74371 commit 21c95b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
//! [librdkafka-config]: https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md
2424
2525
use std::collections::HashMap;
26-
use std::ffi::CString;
26+
use std::ffi::{CStr, CString};
2727
use std::iter::FromIterator;
2828
use std::os::raw::c_char;
2929
use std::ptr;

0 commit comments

Comments
 (0)