Skip to content

Commit

Permalink
Fixed error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 committed Jul 15, 2024
1 parent 9498022 commit 28a8798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirrord/config/src/feature/network/filter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ pub enum AddressFilterError {
ParsePort(#[from] ParseIntError),
#[error("parsing subnet failed:: {0}")]
ParseIpNet(#[from] ipnet::AddrParseError),
#[error("")]
#[error("parsing left trailing value: {0}")]
TrailingValue(String),
}

Expand Down

0 comments on commit 28a8798

Please sign in to comment.