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-inventory/src | |
| parent | 6020a2297fe398a7674c9c5d872614bb09d07e14 (diff) | |
| download | azalea-drasl-02f50c2dc594a8ceb4a862912db2facc33a5966b.tar.xz | |
remove stabilized trait_upcasting feature gates
Diffstat (limited to 'azalea-inventory/src')
| -rw-r--r-- | azalea-inventory/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
