We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ca534 commit 9bbbe7eCopy full SHA for 9bbbe7e
src/codec/mod.rs
@@ -1,3 +1,6 @@
1
+// Until tokio-rs/tokio#680 is fixed
2
+#![allow(deprecated)]
3
+
4
mod error;
5
mod framed_read;
6
mod framed_write;
0 commit comments