From 542f917b1f0c88639cb8d33c7394b7b9a0c0e146 Mon Sep 17 00:00:00 2001 From: Morilli <35152647+Morilli@users.noreply.github.com> Date: Fri, 18 Oct 2024 23:54:18 +0200 Subject: [PATCH] fix a new waterboxhost warning --- waterbox/waterboxhost/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/waterbox/waterboxhost/src/lib.rs b/waterbox/waterboxhost/src/lib.rs index 76cb40b9258..5db3e428e26 100644 --- a/waterbox/waterboxhost/src/lib.rs +++ b/waterbox/waterboxhost/src/lib.rs @@ -2,7 +2,6 @@ #![feature(try_trait_v2)] #![feature(never_type)] -#![feature(control_flow_enum)] #![feature(core_intrinsics)] #![allow(dead_code)]