aboutsummaryrefslogtreecommitdiff
path: root/azalea-core/src/lib.rs
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-10-26 20:42:10 -0500
committermat <git@matdoes.dev>2023-10-26 20:42:22 -0500
commitce81ae9cb30b62ee815d361f5762fb2f4a93670e (patch)
treee1d953cb35b06ff276e51531ee6d5c27c96750fd /azalea-core/src/lib.rs
parent252958bb90751b0d278b1a478193b046edcfabe2 (diff)
downloadazalea-drasl-ce81ae9cb30b62ee815d361f5762fb2f4a93670e.tar.xz
optimize azalea-core positions and remove some unnecessary nightly features
Diffstat (limited to 'azalea-core/src/lib.rs')
-rwxr-xr-xazalea-core/src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/azalea-core/src/lib.rs b/azalea-core/src/lib.rs
index 2595471d..3b29f6a2 100755
--- a/azalea-core/src/lib.rs
+++ b/azalea-core/src/lib.rs
@@ -1,6 +1,4 @@
#![doc = include_str!("../README.md")]
-#![feature(int_roundings)]
-#![feature(const_for)]
#![feature(lazy_cell)]
#![allow(incomplete_features)]
#![feature(generic_const_exprs)]