Skip to content

Commit 0092ef3

Browse files
razvanNickLarsenNZ
andauthored
Update src/kvp/mod.rs
Co-authored-by: Nick <NickLarsenNZ@users.noreply.github.com>
1 parent 13c23f8 commit 0092ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kvp/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ where
3434
InvalidKey { source: KeyError, key: String },
3535

3636
/// Indicates that the value failed to parse.
37-
#[snafu(display("failed to parse value [{value:?}] of key [{key:?}] "))]
37+
#[snafu(display("failed to parse value {value:?} of key {key:?}"))]
3838
InvalidValue {
3939
source: E,
4040
key: String,

0 commit comments

Comments
 (0)