From 267fe809817db7c58d6b42d3d951599c3278bdb1 Mon Sep 17 00:00:00 2001 From: Corwin Date: Tue, 2 Aug 2022 19:40:22 +0100 Subject: [PATCH] remove doc outside of agb_fixnum --- agb/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/agb/src/lib.rs b/agb/src/lib.rs index eee3c290..b3cd8b4a 100644 --- a/agb/src/lib.rs +++ b/agb/src/lib.rs @@ -161,7 +161,6 @@ pub mod interrupt; mod memory_mapped; /// Implements logging to the mgba emulator. pub mod mgba; -/// Implementation of fixnums for working with non-integer values. #[doc(inline)] pub use agb_fixnum as fixnum; /// Contains an implementation of a hashmap which suits the gameboy advance's hardware.