diff options
| author | XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com> | 2020-12-08 22:15:53 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-08 22:15:53 +0000 |
| commit | 4aaace9b53fc62696965860c8e9967b0385a22a3 (patch) | |
| tree | 0a81bac623d2d1cdbdaec67cf319d06f35604b2f | |
| parent | edb55e93bc69c31adf69dec3092ae2cdd4cdd74b (diff) | |
| download | rust-4aaace9b53fc62696965860c8e9967b0385a22a3.tar.gz rust-4aaace9b53fc62696965860c8e9967b0385a22a3.zip | |
Update RELEASES.md
| -rw-r--r-- | RELEASES.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index 3fca9c78993..8f5d6db5db9 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -119,7 +119,8 @@ related tools. [`slice::select_nth_unstable_by`]: https://doc.rust-lang.org/nightly/std/primitive.slice.html#method.select_nth_unstable_by [`slice::select_nth_unstable_by_key`]: https://doc.rust-lang.org/nightly/std/primitive.slice.html#method.select_nth_unstable_by_key [`hint::spin_loop`]: https://doc.rust-lang.org/stable/std/hint/fn.spin_loop.html - +[`Poll::is_ready`]: https://doc.rust-lang.org/stable/std/task/enum.Poll.html#method.is_ready +[`Poll::is_pending`]: https://doc.rust-lang.org/stable/std/task/enum.Poll.html#method.is_pending Version 1.48.0 (2020-11-19) ========================== |
