Skip to content

Commit

Permalink
chore: remove unused Sealed
Browse files Browse the repository at this point in the history
  • Loading branch information
dswij authored and seanmonstar committed Feb 14, 2024
1 parent f446500 commit aed8be3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/lib.rs
Expand Up @@ -205,9 +205,3 @@ fn _assert_types() {
assert_sync::<Request<()>>();
assert_sync::<Response<()>>();
}

mod sealed {
/// Private trait to this crate to prevent traits from being implemented in
/// downstream crates.
pub trait Sealed {}
}

0 comments on commit aed8be3

Please sign in to comment.