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.