Skip to content

Commit 0a1a475

Browse files
committed
Fix unused crate
1 parent 4a5cf8f commit 0a1a475

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/hotfix.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ use libc::{addrinfo, c_char, c_int};
33
use std::ffi::{CStr};
44
use std::ptr;
55
use std::sync::LazyLock;
6-
use libloading::os::unix::{Library, Symbol};
76

87
type GetAddrInfoFn = unsafe extern "C" fn(
98
node: *const c_char,

0 commit comments

Comments
 (0)