Skip to content

Commit 791f1ab

Browse files
authored
Update util.rs
1 parent 64ae0fe commit 791f1ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/util.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,8 @@ where
274274
}
275275
}
276276

277+
// This function is an internal implementation detail
278+
#[allow(clippy::missing_safety_doc)]
277279
pub(crate) unsafe trait KafkaDrop {
278280
const TYPE: &'static str;
279281
const DROP: unsafe extern "C" fn(*mut Self);

0 commit comments

Comments
 (0)