mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 10:14:06 +02:00
better SendPropIdentifier des
This commit is contained in:
parent
149c4e2339
commit
b6b55db0f9
1 changed files with 1 additions and 1 deletions
|
|
@ -1184,7 +1184,7 @@ impl<'de> Deserialize<'de> for SendPropIdentifier {
|
|||
#[serde(untagged)]
|
||||
enum Options<'a> {
|
||||
Num(u64),
|
||||
Str(&'a str),
|
||||
Str(Cow<'a, str>),
|
||||
}
|
||||
|
||||
let raw = Options::deserialize(deserializer)?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue