Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <[email protected]>
  • Loading branch information
notgull committed Jan 14, 2024
1 parent b64ea38 commit f756fd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/io.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ use crate::{AdditionalLifecycleEventsSet, RegistrationToken};
/// `AsyncWrite` if the underlying type implements `Read` and/or `Write`.
///
/// Note that this adapter and the futures procuded from it and *not* threadsafe.
///
///
/// ## Platform-Specific
///
///
/// - **Windows:** Usually, on drop, the file descriptor is set back to its previous status.
/// For example, if the file was previously nonblocking it will be set to nonblocking, and
/// if the file was blocking it will be set to blocking. However, on Windows, it is impossible
Expand Down Expand Up @@ -102,7 +102,7 @@ impl<'l, F: AsFd> Async<'l, F> {
fd: Some(fd),
dispatcher,
inner,
was_nonblocking
was_nonblocking,
})
}

Expand Down

0 comments on commit f756fd9

Please sign in to comment.