From 46c5dcd2deafd02fdd1301a745bc2245597ded12 Mon Sep 17 00:00:00 2001 From: Corwin Date: Tue, 2 Aug 2022 18:49:00 +0100 Subject: [PATCH] inline docs in agb crate --- agb/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/agb/src/lib.rs b/agb/src/lib.rs index 28bfc684..eee3c290 100644 --- a/agb/src/lib.rs +++ b/agb/src/lib.rs @@ -162,6 +162,7 @@ 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. pub mod hash_map;