Add a comment explaining where the docs came from

This commit is contained in:
Gwilym Kuiper 2022-03-21 21:18:56 +00:00
parent 447554c295
commit e6fb67503b
2 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,5 @@
//! A lot of the documentation for this module was copied straight out of the rust
//! standard library. The implementation however is not.
use alloc::vec::Vec;
use core::{
hash::{BuildHasher, BuildHasherDefault, Hash, Hasher},

View file

@ -152,7 +152,7 @@ mod memory_mapped;
pub mod mgba;
/// Implementation of fixnums for working with non-integer values.
pub use agb_fixnum as fixnum;
/// Contains an implementation of a hashmap which suits the gameboy advance's hardware
/// Contains an implementation of a hashmap which suits the gameboy advance's hardware.
pub mod hash_map;
mod single;
/// Implements sound output.