From 9452e94a1b016bf6f51c35a79b1b03d65584540c Mon Sep 17 00:00:00 2001 From: Lokathor Date: Fri, 7 Oct 2022 00:28:30 -0600 Subject: [PATCH] enough docs for the moment. --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 38ccdc8..d580ed8 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -3,7 +3,7 @@ #![feature(asm_const)] #![feature(isa_attribute)] #![feature(naked_functions)] -#![warn(missing_docs)] +//#![warn(missing_docs)] //! A crate for GBA development. //!