Skip to content

Commit 02f50c2

Browse files
committed
remove stabilized trait_upcasting feature gates
1 parent 6020a22 commit 02f50c2

File tree

5 files changed

+1
-6
lines changed

5 files changed

+1
-6
lines changed

azalea-block/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#![doc = include_str!("../README.md")]
2-
#![feature(trait_upcasting)]
32

43
mod behavior;
54
pub mod block_state;

azalea-client/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
//! [`azalea_protocol`]: https://docs.rs/azalea-protocol
66
//! [`azalea`]: https://docs.rs/azalea
77
8-
#![allow(incomplete_features)]
98
#![feature(error_generic_member_access)]
109

1110
mod account;

azalea-core/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#![doc = include_str!("../README.md")]
2-
#![feature(trait_upcasting)]
3-
#![allow(incomplete_features)]
42

53
pub mod aabb;
64
pub mod bitset;

azalea-inventory/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(trait_upcasting)]
1+
22

33
/// Representations of various inventory data structures in Minecraft.
44
pub mod components;

azalea/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#![doc = include_str!("../README.md")]
2-
#![allow(incomplete_features)]
32
#![feature(type_changing_struct_update)]
43
#![feature(let_chains)]
54
#![feature(never_type)]

0 commit comments

Comments
 (0)