diff options
| author | mat <git@matdoes.dev> | 2024-08-06 02:19:32 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2024-08-06 02:19:32 +0000 |
| commit | b445b7c032be90304c624bce612c1ea2d62d8375 (patch) | |
| tree | d7c9973cf68ee9f6dbf57e401e0aeec7b551ee44 | |
| parent | 832f9605319052e903fce56b401461e17954f316 (diff) | |
| download | azalea-drasl-b445b7c032be90304c624bce612c1ea2d62d8375.tar.xz | |
cursor_remaining was stabilized
| -rwxr-xr-x | azalea-chat/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/azalea-chat/src/lib.rs b/azalea-chat/src/lib.rs index 782839ae..9995a183 100755 --- a/azalea-chat/src/lib.rs +++ b/azalea-chat/src/lib.rs @@ -1,4 +1,3 @@ -#![feature(cursor_remaining)] #![doc = include_str!("../README.md")] pub mod base_component; |
