Skip to content

Commit a3b3cc1

Browse files
committed
Remove mpsc in tests leftover
1 parent 4671a41 commit a3b3cc1

File tree

1 file changed

+0
-3
lines changed
  • crates/stackable-webhook/src

1 file changed

+0
-3
lines changed

crates/stackable-webhook/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
//! ```
1111
//! use stackable_webhook::{WebhookServer, Options};
1212
//! use axum::Router;
13-
//! use tokio::sync::mpsc;
1413
//!
1514
//! let router = Router::new();
1615
//! let server = WebhookServer::new(router, Options::default());
@@ -98,7 +97,6 @@ impl WebhookServer {
9897
/// ```
9998
/// use stackable_webhook::{WebhookServer, Options};
10099
/// use axum::Router;
101-
/// use tokio::sync::mpsc;
102100
///
103101
/// let router = Router::new();
104102
/// let server = WebhookServer::new(router, Options::default());
@@ -109,7 +107,6 @@ impl WebhookServer {
109107
/// ```
110108
/// use stackable_webhook::{WebhookServer, Options};
111109
/// use axum::Router;
112-
/// use tokio::sync::mpsc;
113110
///
114111
/// let options = Options::builder()
115112
/// .bind_address([127, 0, 0, 1], 8080)

0 commit comments

Comments
 (0)