mirror of
https://github.com/italicsjenga/gba.git
synced 2024-12-23 19:01:30 +11:00
enough docs for the moment.
This commit is contained in:
parent
f06d25bb1b
commit
9452e94a1b
|
@ -3,7 +3,7 @@
|
||||||
#![feature(asm_const)]
|
#![feature(asm_const)]
|
||||||
#![feature(isa_attribute)]
|
#![feature(isa_attribute)]
|
||||||
#![feature(naked_functions)]
|
#![feature(naked_functions)]
|
||||||
#![warn(missing_docs)]
|
//#![warn(missing_docs)]
|
||||||
|
|
||||||
//! A crate for GBA development.
|
//! A crate for GBA development.
|
||||||
//!
|
//!
|
||||||
|
|
Loading…
Reference in a new issue