Skip to content

Commit e74e246

Browse files
committed
fix attributes feature
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
1 parent fb19ebd commit e74e246

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ default = [
3434
"num_cpus",
3535
"pin-project-lite",
3636
]
37-
docs = ["unstable"]
37+
docs = ["attributes", "unstable"]
3838
unstable = ["default", "broadcaster"]
39+
attributes = ["async-attributes"]
3940
std = [
4041
"async-macros",
4142
"crossbeam-utils",

0 commit comments

Comments
 (0)