From 405e478543f4c2f2c7d9d6f30c930fe0eb74264a Mon Sep 17 00:00:00 2001 From: Zynh0722 Date: Mon, 6 Nov 2023 11:16:21 -0800 Subject: [PATCH] remove unneeded unstable async_closure --- src/main.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index ff8799d..ef60524 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,5 +1,3 @@ -#![feature(async_closure)] - mod api; mod management; mod sse_handler;