remove unneeded unstable async_closure

main
Zynh0722 2023-11-06 11:16:21 -08:00
parent b6a0df5841
commit 405e478543
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,3 @@
#![feature(async_closure)]
mod api;
mod management;
mod sse_handler;