Skip to content

Commit fa27c24

Browse files
committed
Suppress clippy warning for TableCollection::free.
1 parent 0792bfb commit fa27c24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/table_collection.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ impl TableCollection {
333333

334334
/// Free all memory allocated on the C side.
335335
/// Not public b/c not very safe.
336+
#[allow(dead_code)]
336337
fn free(&mut self) -> TskReturnValue {
337338
let rv = unsafe { ll_bindings::tsk_table_collection_free(self.as_mut_ptr()) };
338339

0 commit comments

Comments
 (0)