Skip to content

Commit

Permalink
Cleanup nightly features
Browse files Browse the repository at this point in the history
  • Loading branch information
Berrysoft committed Dec 24, 2023
1 parent ef31c8a commit b39f444
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion bins/ayaka-gui/src-tauri/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#![feature(lazy_cell)]
#![feature(read_buf, core_io_borrowed_buf)]

mod asset_resolver;
Expand Down
1 change: 0 additions & 1 deletion utils/ayaka-model/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#![warn(missing_docs)]
#![deny(unsafe_code)]
#![feature(coroutines)]
#![allow(incomplete_features)]

mod settings;
pub use settings::*;
Expand Down

0 comments on commit b39f444

Please sign in to comment.