mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-30 14:31:53 +00:00
Fix mistaken double negative in flatten error message
This commit is contained in:
parent
ef9028d798
commit
19091aacc7
@ -2709,7 +2709,7 @@ where
|
||||
}
|
||||
|
||||
Err(Error::custom(format_args!(
|
||||
"no variant of enum {} not found in flattened data",
|
||||
"no variant of enum {} found in flattened data",
|
||||
name
|
||||
)))
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user