Skip to content

Commit edb0572

Browse files
committed
fix
1 parent 6fa090d commit edb0572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/producer/base_producer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ where
272272
unsafe {
273273
rdsys::rd_kafka_topic_conf_set_opaque(
274274
default_topic_config,
275-
Arc::as_ptr(&context) as *const Part as *mut c_void,
275+
Arc::as_ptr(&context) as *mut c_void,
276276
)
277277
};
278278
unsafe {

0 commit comments

Comments
 (0)