File tree 2 files changed +0
-4
lines changed
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,11 @@ fn main() {
6
6
dragonfly: { target_os = "dragonfly" } ,
7
7
ios: { target_os = "ios" } ,
8
8
freebsd: { target_os = "freebsd" } ,
9
- fuchsia: { target_os = "fuchsia" } ,
10
- haiku: { target_os = "haiku" } ,
11
9
illumos: { target_os = "illumos" } ,
12
10
linux: { target_os = "linux" } ,
13
11
macos: { target_os = "macos" } ,
14
12
netbsd: { target_os = "netbsd" } ,
15
13
openbsd: { target_os = "openbsd" } ,
16
- redox: { target_os = "redox" } ,
17
14
solaris: { target_os = "solaris" } ,
18
15
watchos: { target_os = "watchos" } ,
19
16
tvos: { target_os = "tvos" } ,
Original file line number Diff line number Diff line change 92
92
#![ cfg_attr( docsrs, feature( doc_cfg) ) ]
93
93
#![ deny( clippy:: cast_ptr_alignment) ]
94
94
#![ deny( unsafe_op_in_unsafe_fn) ]
95
- #![ allow( clippy:: mismatched_target_os) ]
96
95
97
96
// Re-exported external crates
98
97
pub use libc;
You can’t perform that action at this time.
0 commit comments