Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change Option<T> compose to OneOfBuilder
This commit change the `Option<T>` compose implementation from `AllOfBuilder` to `OneOfBuilder`. This comes as follow up for #1135 which changed the `utoipa-gen` side nullable types from `allOf` to `oneOf`. Closes #1050 Closes #1135
- Loading branch information