Skip to content

Commit

Permalink
fix(freebsd): Fix warnings found running CI with more versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Nov 27, 2024
1 parent 2e4ac8f commit 9a942b3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/unix/bsd/freebsdlike/freebsd/freebsd11/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
use crate::{
c_char, c_int, c_long, c_short, c_uchar, c_uint, c_ushort, c_void, intptr_t, size_t, ssize_t,
};
use crate::{c_char, c_int, c_long, c_short, c_uchar, c_uint, c_ushort, c_void, intptr_t, size_t};

// APIs that were changed after FreeBSD 11

Expand Down

0 comments on commit 9a942b3

Please sign in to comment.