Skip to content

Commit

Permalink
Chore fix clippy lint (#1010)
Browse files Browse the repository at this point in the history
  • Loading branch information
juhaku committed Aug 30, 2024
1 parent 7882cb2 commit 509e8e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions utoipa-redoc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -341,11 +341,11 @@ impl<S: Spec> Redoc<S> {
/// [`serde_json::Value`].
///
/// * **OpenApi** implementation allows using utoipa's OpenApi struct as a OpenAPI spec resource
/// for the [`Redoc`].
/// for the [`Redoc`].
/// * **String** and **&str** implementations allows defining HTTP URL for [`Redoc`] to load the
/// OpenAPI spec from.
/// OpenAPI spec from.
/// * **Value** implementation enables the use of arbitrary JSON values with serde's `json!()`
/// macro as a OpenAPI spec for the [`Redoc`].
/// macro as a OpenAPI spec for the [`Redoc`].
///
/// # Examples
///
Expand Down
4 changes: 2 additions & 2 deletions utoipa-scalar/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,9 @@ impl<S: Spec> Scalar<S> {
/// By default this trait is implemented for [`utoipa::openapi::OpenApi`] and [`serde_json::Value`].
///
/// * **OpenApi** implementation allows using utoipa's OpenApi struct as a OpenAPI spec resource
/// for the [`Scalar`].
/// for the [`Scalar`].
/// * **Value** implementation enables the use of arbitrary JSON values with serde's `json!()`
/// macro as a OpenAPI spec for the [`Scalar`].
/// macro as a OpenAPI spec for the [`Scalar`].
///
/// # Examples
///
Expand Down

0 comments on commit 509e8e7

Please sign in to comment.