Skip to content

Commit

Permalink
remove schemars export
Browse files Browse the repository at this point in the history
  • Loading branch information
miraclx committed Aug 23, 2022
1 parent 23834ce commit 492f935
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/private.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use std::fmt;

use super::{AbiEntry, AbiFunction, AbiMetadata, AbiRoot, RootSchema, SCHEMA_VERSION};

pub use schemars;
use serde::{Deserialize, Serialize};

/// Core ABI information, with schema version and identity hash.
Expand Down

0 comments on commit 492f935

Please sign in to comment.