From 2803e9ef0d785538a23adceba44d45b162629979 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 26 Oct 2023 22:26:07 -0500 Subject: remove some more #![feature]s --- azalea/examples/testbot.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'azalea/examples') diff --git a/azalea/examples/testbot.rs b/azalea/examples/testbot.rs index de36a7ae..10bb9e4a 100644 --- a/azalea/examples/testbot.rs +++ b/azalea/examples/testbot.rs @@ -1,7 +1,5 @@ //! a bot for testing new azalea features -#![feature(type_alias_impl_trait)] - use azalea::ecs::query::With; use azalea::entity::{metadata::Player, EyeHeight, Position}; use azalea::interact::HitResultComponent; -- cgit v1.2.3