mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-12 16:41:01 +00:00
Fix mistaken double negative in flatten error message
This commit is contained in:
@@ -2709,7 +2709,7 @@ where
|
|||||||
}
|
}
|
||||||
|
|
||||||
Err(Error::custom(format_args!(
|
Err(Error::custom(format_args!(
|
||||||
"no variant of enum {} not found in flattened data",
|
"no variant of enum {} found in flattened data",
|
||||||
name
|
name
|
||||||
)))
|
)))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user