Skip to content

Commit 245fa16

Browse files
committed
remove unnecessary extern crate from lib.rs
1 parent bab60d3 commit 245fa16

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/lib.rs

-5
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@
2323
//! * [cloudevents-sdk-reqwest](https://docs.rs/cloudevents-sdk-reqwest): Integration with [reqwest](https://github.com/seanmonstar/reqwest)
2424
//!
2525
26-
extern crate serde;
27-
extern crate serde_json;
28-
extern crate serde_value;
29-
extern crate snafu;
30-
3126
/// Provides [`Event`] data structure, [`EventBuilder`] and other facilities to work with [`Event`]
3227
pub mod event;
3328
/// Provides facilities to implement Protocol Bindings

0 commit comments

Comments
 (0)