Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Bartlett authored and Licenser committed Oct 24, 2024
1 parent b838ea2 commit 02d62a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ impl Error {
// We have to include InternalError _somewhere_
matches!(self.error, ErrorType::Io(_) | ErrorType::InternalError(_))
}

/// Indicates if the error that occurred was an early EOF
#[must_use]
pub fn is_eof(&self) -> bool {
Expand Down

0 comments on commit 02d62a7

Please sign in to comment.