mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-30 01:05:31 +00:00
fix attributes feature
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
This commit is contained in:
parent
fb19ebde17
commit
e74e246bbb
1 changed files with 2 additions and 1 deletions
|
@ -34,8 +34,9 @@ default = [
|
|||
"num_cpus",
|
||||
"pin-project-lite",
|
||||
]
|
||||
docs = ["unstable"]
|
||||
docs = ["attributes", "unstable"]
|
||||
unstable = ["default", "broadcaster"]
|
||||
attributes = ["async-attributes"]
|
||||
std = [
|
||||
"async-macros",
|
||||
"crossbeam-utils",
|
||||
|
|
Loading…
Reference in a new issue