File tree Expand file tree Collapse file tree 5 files changed +1
-6
lines changed
Expand file tree Collapse file tree 5 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 11#![ doc = include_str ! ( "../README.md" ) ]
2- #![ feature( trait_upcasting) ]
32
43mod behavior;
54pub mod block_state;
Original file line number Diff line number Diff line change 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
1110mod account;
Original file line number Diff line number Diff line change 11#![ doc = include_str ! ( "../README.md" ) ]
2- #![ feature( trait_upcasting) ]
3- #![ allow( incomplete_features) ]
42
53pub mod aabb;
64pub mod bitset;
Original file line number Diff line number Diff line change 1- #! [ feature ( trait_upcasting ) ]
1+
22
33/// Representations of various inventory data structures in Minecraft.
44pub mod components;
Original file line number Diff line number Diff line change 11#![ doc = include_str ! ( "../README.md" ) ]
2- #![ allow( incomplete_features) ]
32#![ feature( type_changing_struct_update) ]
43#![ feature( let_chains) ]
54#![ feature( never_type) ]
You can’t perform that action at this time.
0 commit comments