diff options
| author | mat <git@matdoes.dev> | 2023-10-26 20:42:10 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-10-26 20:42:22 -0500 |
| commit | ce81ae9cb30b62ee815d361f5762fb2f4a93670e (patch) | |
| tree | e1d953cb35b06ff276e51531ee6d5c27c96750fd /azalea-core/src/lib.rs | |
| parent | 252958bb90751b0d278b1a478193b046edcfabe2 (diff) | |
| download | azalea-drasl-ce81ae9cb30b62ee815d361f5762fb2f4a93670e.tar.xz | |
optimize azalea-core positions and remove some unnecessary nightly features
Diffstat (limited to 'azalea-core/src/lib.rs')
| -rwxr-xr-x | azalea-core/src/lib.rs | 2 |
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)] |
