diff options
| author | mat <git@matdoes.dev> | 2023-12-16 14:29:49 -0600 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-12-16 14:29:49 -0600 |
| commit | a069ffe9827dc554cbb749f5e7d88c2d36906c3d (patch) | |
| tree | 9c6a7b8ecf281a5addba0c6b825f9771c0b17ca9 /azalea-chat/src | |
| parent | 92d33ad0a325b8cb7c78e13a344621e34fb4bd99 (diff) | |
| download | azalea-drasl-a069ffe9827dc554cbb749f5e7d88c2d36906c3d.tar.xz | |
fix non-u8 gamemodes
love you wynncraft
Diffstat (limited to 'azalea-chat/src')
| -rwxr-xr-x | azalea-chat/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-chat/src/lib.rs b/azalea-chat/src/lib.rs index 9995a183..782839ae 100755 --- a/azalea-chat/src/lib.rs +++ b/azalea-chat/src/lib.rs @@ -1,3 +1,4 @@ +#![feature(cursor_remaining)] #![doc = include_str!("../README.md")] pub mod base_component; |
