We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a5cf8f commit 0a1a475Copy full SHA for 0a1a475
src/hotfix.rs
@@ -3,7 +3,6 @@ use libc::{addrinfo, c_char, c_int};
3
use std::ffi::{CStr};
4
use std::ptr;
5
use std::sync::LazyLock;
6
-use libloading::os::unix::{Library, Symbol};
7
8
type GetAddrInfoFn = unsafe extern "C" fn(
9
node: *const c_char,
0 commit comments