Fix clippy warnings in deltachat-ffi

This commit is contained in:
Alexander Krotov
2019-12-25 18:08:40 +01:00
parent f73ba895af
commit ffa6378108
2 changed files with 9 additions and 9 deletions

View File

@@ -86,8 +86,6 @@ pub unsafe extern "C" fn dc_provider_get_status(provider: *const dc_provider_t)
}
#[no_mangle]
pub unsafe extern "C" fn dc_provider_unref(_provider: *const dc_provider_t) {
()
}
pub unsafe extern "C" fn dc_provider_unref(_provider: *const dc_provider_t) {}
// TODO expose general provider overview url?