mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 06:16:04 +00:00
remove stabilized trait_upcasting feature gates
This commit is contained in:
parent
6020a2297f
commit
02f50c2dc5
5 changed files with 1 additions and 6 deletions
|
@ -1,5 +1,4 @@
|
||||||
#![doc = include_str!("../README.md")]
|
#![doc = include_str!("../README.md")]
|
||||||
#![feature(trait_upcasting)]
|
|
||||||
|
|
||||||
mod behavior;
|
mod behavior;
|
||||||
pub mod block_state;
|
pub mod block_state;
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
//! [`azalea_protocol`]: https://docs.rs/azalea-protocol
|
//! [`azalea_protocol`]: https://docs.rs/azalea-protocol
|
||||||
//! [`azalea`]: https://docs.rs/azalea
|
//! [`azalea`]: https://docs.rs/azalea
|
||||||
|
|
||||||
#![allow(incomplete_features)]
|
|
||||||
#![feature(error_generic_member_access)]
|
#![feature(error_generic_member_access)]
|
||||||
|
|
||||||
mod account;
|
mod account;
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#![doc = include_str!("../README.md")]
|
#![doc = include_str!("../README.md")]
|
||||||
#![feature(trait_upcasting)]
|
|
||||||
#![allow(incomplete_features)]
|
|
||||||
|
|
||||||
pub mod aabb;
|
pub mod aabb;
|
||||||
pub mod bitset;
|
pub mod bitset;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#![feature(trait_upcasting)]
|
|
||||||
|
|
||||||
/// Representations of various inventory data structures in Minecraft.
|
/// Representations of various inventory data structures in Minecraft.
|
||||||
pub mod components;
|
pub mod components;
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
#![doc = include_str!("../README.md")]
|
#![doc = include_str!("../README.md")]
|
||||||
#![allow(incomplete_features)]
|
|
||||||
#![feature(type_changing_struct_update)]
|
#![feature(type_changing_struct_update)]
|
||||||
#![feature(let_chains)]
|
#![feature(let_chains)]
|
||||||
#![feature(never_type)]
|
#![feature(never_type)]
|
||||||
|
|
Loading…
Add table
Reference in a new issue