Skip to content

Commit

Permalink
Add the "promise" aliases to the async lang feature
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshuawuyts committed Dec 18, 2020
1 parent fe98231 commit 48d5874
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/std/src/keyword_docs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2175,6 +2175,7 @@ mod where_keyword {}

// 2018 Edition keywords

#[doc(alias = "promise")]
#[doc(keyword = "async")]
//
/// Return a [`Future`] instead of blocking the current thread.
Expand Down

0 comments on commit 48d5874

Please sign in to comment.