Skip to content

Commit

Permalink
lib cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
anweiss committed Oct 6, 2021
1 parent 24ccdf0 commit 6f44db4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -533,15 +533,6 @@ extern crate alloc;
#[cfg(not(feature = "std"))]
extern crate core as std;

#[cfg(feature = "std")]
extern crate serde_json;

#[cfg(feature = "std")]
extern crate uriparse;

#[cfg(feature = "std")]
extern crate base64_url;

/// Abstract syntax tree representing a CDDL definition
pub mod ast;
/// Static error messages
Expand Down

0 comments on commit 6f44db4

Please sign in to comment.