najamelan / async_io_stream

IntoAsyncRead on steriods

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use of removed feature

Thoralf-M opened this issue · comments

Our CI that runs with nightly failed because of rust-lang/rust#82539

error[E0557]: feature has been removed
 --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/async_io_stream-0.2.0/src/lib.rs:1:40
  |
1 | #![cfg_attr( nightly, feature(doc_cfg, external_doc) )]
  |                                        ^^^^^^^^^^^^ feature has been removed
  |
  = note: use #[doc = include_str!("filename")] instead, which handles macro invocations

error: aborting due to previous error

For more information about this error, try `rustc --explain E0557`.
error: could not compile `async_io_stream`

Yep, this is going to hit all my repos. I will update and release ASAP.

Should be fixed in 0.3.2. Feel free to re-open if something is still amiss.