From 23932003d98db0f5f976146aa9a11e5d04a74695 Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 11 Dec 2024 05:39:23 +0000 Subject: remove the generic_const_exprs feature since it's unused and to make the rust compiler devs happy --- azalea-core/src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'azalea-core/src/lib.rs') diff --git a/azalea-core/src/lib.rs b/azalea-core/src/lib.rs index 1596a673..acfb560e 100755 --- a/azalea-core/src/lib.rs +++ b/azalea-core/src/lib.rs @@ -1,7 +1,6 @@ #![doc = include_str!("../README.md")] #![feature(trait_upcasting)] #![allow(incomplete_features)] -#![feature(generic_const_exprs)] pub mod aabb; pub mod bitset; -- cgit v1.2.3