Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.3 backports #2522

Merged
merged 9 commits into from Nov 23, 2021
Merged

0.3 backports #2522

merged 9 commits into from Nov 23, 2021

Commits on Nov 23, 2021

  1. Copy the full SHA
    78fa3cd View commit details
    Browse the repository at this point in the history
  2. Fix Unusable Sink Implementation on scan (#2499)

    The current Sink implementation on stream::Scan requires the stream and
    state types are the same which doesn't practically allow that
    implementation to be used. This adds a separate generic to the Sink
    implementation for state.
    drewkett authored and taiki-e committed Nov 23, 2021
    Copy the full SHA
    a363d26 View commit details
    Browse the repository at this point in the history
  3. Make futures::task::noop_waker_ref available without std. (#2505)

    Commit 232ed5f removed the std
    dependency, and 4c09f82 made it
    exported unconditionally from `futures_task`, but the `cfg` on the
    reexport from `futures_util` (and hence indirectly `futures`) was left
    in place until now.
    kpreid authored and taiki-e committed Nov 23, 2021
    Copy the full SHA
    f44ffdc View commit details
    Browse the repository at this point in the history
  4. Add async LineWriter (#2477)

    FelipeLema authored and taiki-e committed Nov 23, 2021
    Copy the full SHA
    6bf6343 View commit details
    Browse the repository at this point in the history
  5. Remove doc URL from Cargo.toml

    https://doc.rust-lang.org/cargo/reference/manifest.html#the-documentation-field
    
    > If no URL is specified in the manifest file, crates.io will
    > automatically link your crate to the corresponding docs.rs page.
    taiki-e committed Nov 23, 2021
    Copy the full SHA
    8608408 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    03896d0 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    4fd432d View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    b6af624 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    e9d0311 View commit details
    Browse the repository at this point in the history