File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ pub enum Error {
96
96
/// The operation involved a conversion to Rust's native String type, which failed because the
97
97
/// string did not contain all valid UTF-8.
98
98
InvalidUtf8 ,
99
- /// The operation is not supported by Nix, in this instance either use the libc bindings or
99
+ /// The operation is not supported by Nix, in this instance either use the libc bindings or
100
100
/// consult the module documentation to see if there is a more appropriate interface available.
101
101
UnsupportedOperation ,
102
102
}
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ pub mod syscall;
38
38
#[ cfg( any( target_os = "linux" ) ) ]
39
39
pub mod reboot;
40
40
41
- #[ cfg( not( target_os = "ios" ) ) ]
42
41
pub mod termios;
43
42
44
43
#[ cfg( any( target_os = "linux" , target_os = "android" ) ) ]
You can’t perform that action at this time.
0 commit comments