From e83aaabb0fb5c23462bd8c4c63ad42a1f82c59b4 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Wed, 26 Feb 2025 10:49:54 +0100 Subject: [PATCH] openapi: Remove unnecessary `schema` declaration Looks like this is being picked up automatically :) --- src/openapi.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/openapi.rs b/src/openapi.rs index b4da3704684..105c2280084 100644 --- a/src/openapi.rs +++ b/src/openapi.rs @@ -40,11 +40,6 @@ other clients). license(name = "MIT OR Apache-2.0", url = "https://github.com/rust-lang/crates.io/blob/main/README.md#%EF%B8%8F-license"), version = "0.0.0", ), - components( - schemas( - crate::views::EncodableKeyword, - ), - ), modifiers(&SecurityAddon), servers( (url = "https://crates.io"),