Rust: Remove unnecessary no_mangle statements to silence warnings

This commit is contained in:
Dorota Czaplejewicz
2021-03-09 14:59:23 +00:00
parent 1ae29ff7bc
commit c2c379b870
8 changed files with 1 additions and 8 deletions

View File

@ -29,7 +29,6 @@ use ::logging::Warn;
mod c {
use std::os::raw::c_char;
#[no_mangle]
extern "C" {
pub fn popover_open_settings_panel(panel: *const c_char);
}