Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
irvingoujAtDevolution committed Feb 7, 2024
1 parent 82a4d5d commit aaef907
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions examples/tcp_client.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![cfg(any(target_os = "linux", target_os = "windows"))]
use std::io;

#[cfg(target_os = "linux")]
Expand Down
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -343,10 +343,9 @@ impl Event {
/// # Examples
///
/// ```
///use std::io;
///
///#[cfg(target_os = "linux")]
///fn main() -> io::Result<()> {
///fn main() -> std::io::Result<()> {
/// use std::net;
/// use std::{io::Write, time::Duration};
///
Expand Down

0 comments on commit aaef907

Please sign in to comment.