Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
makai410 committed Sep 17, 2024
1 parent dc4de7f commit c756fbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ fn test_unique_ptr_vector_raw_ptr() {
assert_eq!(4050, unsafe { ffi::c_take_unique_ptr_vector_const_ptr(c2) });
}

#[test]
#[allow(clippy::items_after_statements, clippy::no_effect_underscore_binding)]
fn test_unwind_safe() {
fn inspect(_c: &ffi::C) {}
Expand Down

0 comments on commit c756fbd

Please sign in to comment.