mirror of
https://github.com/Zenithsiz/ndsz.git
synced 2026-02-03 17:52:19 +00:00
Updated to rustc 1.66.0-nightly (432abd86f 2022-09-20).
This commit is contained in:
parent
4a9407ad82
commit
f515cbed6f
@ -1,7 +1,6 @@
|
||||
//! `.nds` and `.narc` Fat + Fnt implementation
|
||||
|
||||
// Features
|
||||
#![feature(generic_associated_types)]
|
||||
|
||||
// Modules
|
||||
pub mod dir;
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
//! Unpacks a `.narc`
|
||||
|
||||
// Features
|
||||
#![feature(generic_associated_types, fs_try_exists)]
|
||||
#![feature(fs_try_exists)]
|
||||
|
||||
// Modules
|
||||
mod args;
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
//! Unpacks a `.nds`
|
||||
|
||||
// Features
|
||||
#![feature(generic_associated_types, fs_try_exists)]
|
||||
#![feature(fs_try_exists)]
|
||||
|
||||
// Modules
|
||||
mod args;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user