From 02f50c2dc594a8ceb4a862912db2facc33a5966b Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 14 Feb 2025 03:40:45 +0000 Subject: remove stabilized trait_upcasting feature gates --- azalea-inventory/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-inventory/src') diff --git a/azalea-inventory/src/lib.rs b/azalea-inventory/src/lib.rs index 3f9ba237..f844d955 100644 --- a/azalea-inventory/src/lib.rs +++ b/azalea-inventory/src/lib.rs @@ -1,4 +1,4 @@ -#![feature(trait_upcasting)] + /// Representations of various inventory data structures in Minecraft. pub mod components; -- cgit v1.2.3