Skip to content

Commit 9a942b3

Browse files
committed
fix(freebsd): Fix warnings found running CI with more versions
1 parent 2e4ac8f commit 9a942b3

File tree

1 file changed

+1
-3
lines changed
  • src/unix/bsd/freebsdlike/freebsd/freebsd11

1 file changed

+1
-3
lines changed

src/unix/bsd/freebsdlike/freebsd/freebsd11/mod.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
use crate::{
2-
c_char, c_int, c_long, c_short, c_uchar, c_uint, c_ushort, c_void, intptr_t, size_t, ssize_t,
3-
};
1+
use crate::{c_char, c_int, c_long, c_short, c_uchar, c_uint, c_ushort, c_void, intptr_t, size_t};
42

53
// APIs that were changed after FreeBSD 11
64

0 commit comments

Comments
 (0)