Skip to content

Commit e93aacb

Browse files
committed
Remove one unused import after the edition 2021 bump
1 parent 643182f commit e93aacb

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)