Skip to content

Commit

Permalink
fix new rustc 1.86 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
catornot committed Jan 6, 2025
1 parent e6fa638 commit c7bf2cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/interfaces/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ use super::interface::{AsInterface, Interface};
static REGISTERED_INTERFACES: Lazy<Mutex<HashMap<&'static str, UnsafeHandle<*const c_void>>>> =
Lazy::new(|| Mutex::new(HashMap::new()));

#[no_mangle]
#[export_name = "CreateInterface"]
unsafe extern "C" fn create_interface(
interface_name: *const c_char,
Expand Down

0 comments on commit c7bf2cd

Please sign in to comment.