File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ pub mod mqueue;
46
46
47
47
pub mod pty;
48
48
49
- #[ cfg( any( target_os = "linux" , target_os = "macos" ) ) ]
49
+ #[ cfg( any( target_os = "linux" , target_os = "android" , target_os = " macos") ) ]
50
50
pub mod poll;
51
51
52
52
pub mod net;
@@ -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
}
You can’t perform that action at this time.
0 commit comments