Skip to content

Commit

Permalink
chore: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
prestwich committed Aug 24, 2023
1 parent 0c6b2c9 commit 8a6a838
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/transports/src/transports/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ pub trait Transport:
inner: Box::new(self),
}
}

#[doc(hidden)]
fn __sealed(&self) {}
}

impl<T> Transport for T where
Expand Down

0 comments on commit 8a6a838

Please sign in to comment.