commit | 103081de532cd6eeb48936ed5bea991e045fce8d | [log] [tgz] |
---|---|---|
author | Jiayu Liu <jiayu@hey.com> | Sat Oct 14 16:30:54 2023 +0800 |
committer | Jiayu Liu <jiayu@hey.com> | Sat Oct 14 16:30:54 2023 +0800 |
tree | 23f506fd38f38068a8bc29968b0fb9c5a67c9009 | |
parent | 37c932e997a556fa253dde18b6626d7b9674d126 [diff] [blame] |
fix clippy
diff --git a/lib/rs/src/protocol/binary.rs b/lib/rs/src/protocol/binary.rs index 5da8018..3e7d611 100644 --- a/lib/rs/src/protocol/binary.rs +++ b/lib/rs/src/protocol/binary.rs
@@ -59,7 +59,7 @@ pub transport: T, // FIXME: shouldn't be public } -impl<'a, T> TBinaryInputProtocol<T> +impl<T> TBinaryInputProtocol<T> where T: TReadTransport, {