mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-27 00:00:12 +02:00
chore: apply unreachable_pub and missing_debug_implementations to all crates (#1424)
This commit is contained in:
@@ -23,7 +23,7 @@ pub struct Framed<T, U> {
|
||||
inner: FramedRead2<FramedWrite2<Fuse<T, U>>>,
|
||||
}
|
||||
|
||||
pub struct Fuse<T, U>(pub T, pub U);
|
||||
pub(crate) struct Fuse<T, U>(pub(crate) T, pub(crate) U);
|
||||
|
||||
impl<T, U> Framed<T, U>
|
||||
where
|
||||
|
||||
Reference in New Issue
Block a user