Run cargo fmt
This commit is contained in:
parent
98f981634c
commit
58cc7fac25
22 changed files with 57 additions and 74 deletions
|
@ -13,11 +13,9 @@ pub struct MyStruct {
|
|||
|
||||
#[derive(Deserialize, Serialize, JsonSchema)]
|
||||
#[serde(untagged)]
|
||||
pub enum MyEnum {
|
||||
pub enum MyEnum {
|
||||
StringNewType(String),
|
||||
StructVariant {
|
||||
floats: Vec<f32>,
|
||||
}
|
||||
StructVariant { floats: Vec<f32> },
|
||||
}
|
||||
|
||||
fn main() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue