Skip to content

Commit

Permalink
remove unnecessary extern crate from lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
elpiel committed Oct 27, 2020
1 parent bab60d3 commit 245fa16
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
//! * [cloudevents-sdk-reqwest](https://docs.rs/cloudevents-sdk-reqwest): Integration with [reqwest](https://github.com/seanmonstar/reqwest)
//!

extern crate serde;
extern crate serde_json;
extern crate serde_value;
extern crate snafu;

/// Provides [`Event`] data structure, [`EventBuilder`] and other facilities to work with [`Event`]
pub mod event;
/// Provides facilities to implement Protocol Bindings
Expand Down

0 comments on commit 245fa16

Please sign in to comment.