From 5df7a6426e5fc374a7ea2bfcc41768af3bcc6761 Mon Sep 17 00:00:00 2001 From: Logan Date: Wed, 4 Sep 2024 18:48:56 -0500 Subject: [PATCH] Removed feature tag --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 2241df0..e8382b6 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,3 @@ -#![feature(future_join)] use std::{io::Cursor, sync::Arc}; use tokio::sync::Mutex;