chore: remove unused #![feature]

This commit is contained in:
2026-08-17 17:38:01 -05:00
parent 1b7c5e875f
commit 41647f8d39
-1
View File
@@ -6,7 +6,6 @@
)]
#![deny(clippy::large_stack_frames)]
#![feature(impl_trait_in_assoc_type)]
#![feature(type_alias_impl_trait)]
pub mod http_api;