Skip to content

Commit

Permalink
Remove crate name from error message
Browse files Browse the repository at this point in the history
  • Loading branch information
dylni committed Nov 27, 2021
1 parent 71b67f1 commit bc3341a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/windows/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ impl Display for EncodingError {
fn fmt(&self, formatter: &mut Formatter<'_>) -> fmt::Result {
write!(
formatter,
"os_str_bytes: byte sequence is not representable in the platform \
encoding; error at {}",
"byte sequence is not representable in the platform encoding; \
error at {}",
self.position(),
)
}
Expand Down

0 comments on commit bc3341a

Please sign in to comment.