mirror of
https://git.vulpinecitrus.info/Lymkwi/estrus-navigator.git
synced 2024-11-21 18:06:35 +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]
|
||||
name = "estrus"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
edition = "2021"
|
||||
authors = ["Lymkwi"]
|
||||
license = "ACSL"
|
||||
|
|
|
@ -57,6 +57,8 @@ pub enum DefinitionType {
|
|||
Struct,
|
||||
#[serde(rename(deserialize = "variable"))]
|
||||
Variable,
|
||||
#[serde(rename(deserialize = "typedef"))]
|
||||
Typedef,
|
||||
}
|
||||
|
||||
impl std::fmt::Display for DefinitionType {
|
||||
|
|
Loading…
Reference in a new issue