Skip to content

Commit d59c65b

Browse files
authored
openapi: Remove unnecessary schema declaration (#10691)
Looks like this is being picked up automatically :)
1 parent 07bb7af commit d59c65b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/openapi.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@ other clients).
4040
license(name = "MIT OR Apache-2.0", url = "https://github.com/rust-lang/crates.io/blob/main/README.md#%EF%B8%8F-license"),
4141
version = "0.0.0",
4242
),
43-
components(
44-
schemas(
45-
crate::views::EncodableKeyword,
46-
),
47-
),
4843
modifiers(&SecurityAddon),
4944
servers(
5045
(url = "https://crates.io"),

0 commit comments

Comments
 (0)