Skip to content

Commit dcedc2e

Browse files
committed
schemars
1 parent 9e808fa commit dcedc2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apistos-core/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ pub use path_item_definition::PathItemDefinition;
1414
#[cfg(feature = "actix")]
1515
pub use wrappers::{ResponderWrapper, ResponseWrapper};
1616

17-
pub use schemars as apistos_schemars;
18-
1917
pub trait TypedSchema {
2018
fn schema_type() -> InstanceType;
2119
fn format() -> Option<String>;

apistos/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ pub use apistos_scalar::ScalarConfig;
165165
pub use apistos_swagger_ui::SwaggerUIConfig;
166166
pub use futures_util::future::FutureExt;
167167

168+
pub use schemars as apistos_schemars;
169+
168170
mod internal;
169171

170172
pub mod actix;

0 commit comments

Comments
 (0)