1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00

Disable cursor_remaining stabilized feature

This commit is contained in:
Shayne Hartford 2024-12-04 18:11:06 -05:00
parent 1f3cffa936
commit d97a148fcc

View file

@ -1,4 +1,4 @@
#![feature(cursor_remaining)]
// #![feature(cursor_remaining)]
#![doc = include_str!("../README.md")]
pub mod base_component;