From 41647f8d39bd39922f5556dcfd1e1f5c677eccec Mon Sep 17 00:00:00 2001 From: Reed Krantz Date: Mon, 17 Aug 2026 17:33:04 -0500 Subject: [PATCH] chore: remove unused #![feature] --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index ccf4964..3c32a74 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -6,7 +6,6 @@ )] #![deny(clippy::large_stack_frames)] #![feature(impl_trait_in_assoc_type)] -#![feature(type_alias_impl_trait)] pub mod http_api;