Updated to rustc 1.66.0-nightly (432abd86f 2022-09-20).

This commit is contained in:
Filipe Rodrigues 2022-10-09 18:21:06 +01:00
parent 4a9407ad82
commit f515cbed6f
3 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
//! `.nds` and `.narc` Fat + Fnt implementation
// Features
#![feature(generic_associated_types)]
// Modules
pub mod dir;

View File

@ -1,7 +1,7 @@
//! Unpacks a `.narc`
// Features
#![feature(generic_associated_types, fs_try_exists)]
#![feature(fs_try_exists)]
// Modules
mod args;

View File

@ -1,7 +1,7 @@
//! Unpacks a `.nds`
// Features
#![feature(generic_associated_types, fs_try_exists)]
#![feature(fs_try_exists)]
// Modules
mod args;