Fix local build
This commit is contained in:
parent
1470d2641c
commit
42e3c8fd7f
1 changed files with 2 additions and 0 deletions
|
@ -231,6 +231,8 @@ pub mod gen;
|
|||
/// JSON Schema types.
|
||||
pub mod schema;
|
||||
|
||||
#[cfg(feature = "schemars_derive")]
|
||||
extern crate schemars_derive;
|
||||
#[cfg(feature = "schemars_derive")]
|
||||
pub use schemars_derive::*;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue