Skip to content

Commit

Permalink
Merge pull request #1024 from joshtriplett/remove-pre-std-future-docs
Browse files Browse the repository at this point in the history
futures now re-exports std Future; remove docs about differences
  • Loading branch information
joshtriplett committed Jun 3, 2022
2 parents e287d62 + 6f2b6d3 commit 4534db5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
1 change: 0 additions & 1 deletion docs/src/SUMMARY.md
Expand Up @@ -2,7 +2,6 @@

- [Introduction](./introduction.md)
- [Welcome to `async-std`!](./overview/async-std.md)
- [`std::future` and `futures-rs`](./overview/std-and-library-futures.md)
- [Stability guarantees](./overview/stability-guarantees.md)
- [Async concepts using async-std](./concepts.md)
- [Futures](./concepts/futures.md)
Expand Down
27 changes: 0 additions & 27 deletions docs/src/overview/std-and-library-futures.md

This file was deleted.

0 comments on commit 4534db5

Please sign in to comment.