Remove unused attribute

This commit is contained in:
Joshua Nelson 2021-07-30 12:30:48 -04:00 committed by Joshua Nelson
parent 993f68ded2
commit 03dda42d1a
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ use std::str;
/// fake free method, since SRTP_PROTECTION_PROFILE is static
unsafe fn free(_profile: *mut ffi::SRTP_PROTECTION_PROFILE) {}
#[allow(unused_unsafe)]
foreign_type_and_impl_send_sync! {
type CType = ffi::SRTP_PROTECTION_PROFILE;
fn drop = free;