You've already forked authentication-service
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user