mirror of
https://git.vulpinecitrus.info/Lymkwi/estrus-navigator.git
synced 2024-11-22 02:16:37 +00:00
Add missing typedef reply type
Signed-off-by: Lymkwi <lymkwi@vulpinecitrus.info>
This commit is contained in:
parent
6d2b3ead16
commit
f296697a95
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "estrus"
|
name = "estrus"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Lymkwi"]
|
authors = ["Lymkwi"]
|
||||||
license = "ACSL"
|
license = "ACSL"
|
||||||
|
|
|
@ -57,6 +57,8 @@ pub enum DefinitionType {
|
||||||
Struct,
|
Struct,
|
||||||
#[serde(rename(deserialize = "variable"))]
|
#[serde(rename(deserialize = "variable"))]
|
||||||
Variable,
|
Variable,
|
||||||
|
#[serde(rename(deserialize = "typedef"))]
|
||||||
|
Typedef,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl std::fmt::Display for DefinitionType {
|
impl std::fmt::Display for DefinitionType {
|
||||||
|
|
Loading…
Reference in a new issue