Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jabuwu committed May 18, 2024
1 parent b7800b4 commit 2ff7c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/read_write.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use crate::{Address, PacketReceived, Socket, SocketOptions};
///
/// This provides a useful alternative to implementing the [`Socket`] trait, especially when
/// interfacing with multiple kinds of sockets at once.
///
///
/// The call to [`Socket::init`] never fails for this type, so it is safe to assume
/// [`Host::new`](`crate::Host::new`) will not fail with
/// [`HostNewError::FailedToInitializeSocket`](`crate::error::HostNewError::FailedToInitializeSocket`).
Expand Down

0 comments on commit 2ff7c7f

Please sign in to comment.