Skip to content

Commit 8118b99

Browse files
committed
💥 Remove impl Default for Sink
1 parent 4e0baff commit 8118b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handler.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pub use future::{HandlerCall, WrapErrorFuture};
2727
/// [`Event`]: crate::Event
2828
/// [`Service`]: tower::Service
2929
#[must_use]
30-
#[derive(Debug, Clone, Copy, Default, Hash)]
30+
#[derive(Debug, Clone, Copy)]
3131
pub struct Sink {
3232
// ユーザーが直接構築できないように
3333
_priv: PhantomData<()>,

0 commit comments

Comments
 (0)