mirror of https://github.com/rust-lang/rfcs.git
Incorrect feature name: async_fn_in_traits -> correct: async_fn_in_trait. For #3447.
This commit is contained in:
parent
96affb8332
commit
c1c42c3567
|
@ -1,6 +1,6 @@
|
|||
# Static async fn in traits
|
||||
|
||||
- Feature Name: `async_fn_in_traits`
|
||||
- Feature Name: `async_fn_in_trait`
|
||||
- Start Date: 2021-10-13
|
||||
- RFC PR: [rust-lang/rfcs#3185](https://github.com/rust-lang/rfcs/pull/3185)
|
||||
- Rust Issue: [rust-lang/rust#91611](https://github.com/rust-lang/rust/issues/91611)
|
||||
|
|
Loading…
Reference in New Issue