diff options
| -rw-r--r-- | azalea-buf/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/azalea-buf/src/lib.rs b/azalea-buf/src/lib.rs index cd72f22e..5bde833c 100644 --- a/azalea-buf/src/lib.rs +++ b/azalea-buf/src/lib.rs @@ -1,7 +1,6 @@ //! Utilities for reading and writing for the Minecraft protocol #![feature(min_specialization)] -#![feature(arbitrary_enum_discriminant)] mod definitions; mod read; |
