1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-12-10 01:01:09 +03:00

Fix iana-codegen output style

This commit is contained in:
Quentin Gliech
2022-04-06 15:37:41 +02:00
parent 51160faf48
commit 8334a552b8
3 changed files with 195 additions and 15 deletions

View File

@@ -123,7 +123,19 @@ use serde::{{Deserialize, Serialize}};"#,
///
/// Source: <{}>
#[derive(
Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash, Display, FromStr, Serialize, Deserialize, JsonSchema,
Debug,
Clone,
Copy,
PartialEq,
Eq,
PartialOrd,
Ord,
Hash,
Display,
FromStr,
Serialize,
Deserialize,
JsonSchema,
)]
pub enum {} {{"#,
section.doc,