diff options
| author | mat <git@matdoes.dev> | 2025-02-14 03:40:45 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-02-14 03:40:51 +0000 |
| commit | 02f50c2dc594a8ceb4a862912db2facc33a5966b (patch) | |
| tree | 0a071e43c0a3412ed33dc0c84612c1a724513b23 /azalea-core/src | |
| parent | 6020a2297fe398a7674c9c5d872614bb09d07e14 (diff) | |
| download | azalea-drasl-02f50c2dc594a8ceb4a862912db2facc33a5966b.tar.xz | |
remove stabilized trait_upcasting feature gates
Diffstat (limited to 'azalea-core/src')
| -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 4a547252..81dbf684 100755 --- a/azalea-core/src/lib.rs +++ b/azalea-core/src/lib.rs @@ -1,6 +1,4 @@ #![doc = include_str!("../README.md")] -#![feature(trait_upcasting)] -#![allow(incomplete_features)] pub mod aabb; pub mod bitset; |
