1
Fork 0

remove [async output] from impl Future

This commit is contained in:
Michael Goulet 2022-03-22 19:25:43 -07:00
parent a4a5e79814
commit bdb4b1e923
16 changed files with 39 additions and 34 deletions

View file

@ -41,6 +41,7 @@
#![feature(new_uninit)]
#![feature(nll)]
#![feature(once_cell)]
#![feature(let_chains)]
#![feature(let_else)]
#![feature(min_specialization)]
#![feature(trusted_len)]