Skip to content

Commit

Permalink
adjust compilation flags
Browse files Browse the repository at this point in the history
  • Loading branch information
archeoss committed Nov 22, 2023
1 parent bb9f0d1 commit 0848dd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/models/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ pub struct TypedMap<Id: IntoEnumIterator + Eq + Hash, Value: PartialSchema> {
}

// FIXME: Remove this when utoipa's bug fixed
#[cfg(all(feature = "swagger", debug_assertions))]
impl<
'a,
Id: IntoEnumIterator + Eq + Hash + Serialize,
Expand Down

0 comments on commit 0848dd0

Please sign in to comment.