We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
async
1 parent a1a74a5 commit 04cbc38Copy full SHA for 04cbc38
src/reading.rs
@@ -1235,7 +1235,7 @@ pub mod async_api {
1235
/// from other runtimes, and implementing a Tokio `AsyncRead`
1236
/// compatibility layer oneself is not desired.
1237
pub fn new_compat(inner :T) -> Self {
1238
- Self::new_compat_with_page_parse_opts(inner.compat(), PageParsingOptions::default())
+ Self::new_compat_with_page_parse_opts(inner, PageParsingOptions::default())
1239
}
1240
1241
/// Wraps the specified futures_io `AsyncRead` into an Ogg packet
0 commit comments