Skip to content

Commit

Permalink
Add back CStr
Browse files Browse the repository at this point in the history
  • Loading branch information
mattusifer committed Jan 21, 2024
1 parent ef38857 commit 2202ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
//! [librdkafka-config]: https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md
use std::collections::HashMap;
use std::ffi::CString;
use std::ffi::{CStr, CString};
use std::iter::FromIterator;
use std::os::raw::c_char;
use std::ptr;
Expand Down

0 comments on commit 2202ad8

Please sign in to comment.