Skip to content

Commit

Permalink
Merge pull request #279 from H1rono/remove-sink-impl
Browse files Browse the repository at this point in the history
💥 Remove `impl Default for Sink`
  • Loading branch information
H1rono authored Feb 2, 2025
2 parents 4e0baff + 8118b99 commit 98db505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub use future::{HandlerCall, WrapErrorFuture};
/// [`Event`]: crate::Event
/// [`Service`]: tower::Service
#[must_use]
#[derive(Debug, Clone, Copy, Default, Hash)]
#[derive(Debug, Clone, Copy)]
pub struct Sink {
// ユーザーが直接構築できないように
_priv: PhantomData<()>,
Expand Down

0 comments on commit 98db505

Please sign in to comment.