remove doc outside of agb_fixnum

This commit is contained in:
Corwin 2022-08-02 19:40:22 +01:00
parent e97b67516f
commit 267fe80981

View file

@ -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.