Browse Source

Fix rustdoc link

pull/78/head
TechiePi 2 years ago
parent
commit
4d88ba9901
  1. 2
      ctru-rs/src/mii.rs

2
ctru-rs/src/mii.rs

@ -1,7 +1,7 @@
//! Mii Data //! Mii Data
//! //!
//! This module contains the structs that represent all the data of a Mii. //! This module contains the structs that represent all the data of a Mii.
//! This data is given by the [``MiiSelector``] //! This data is given by the [``MiiSelector``](crate::applets::mii_selector::MiiSelector)
/// Represents the region lock of the console /// Represents the region lock of the console
#[derive(Copy, Clone, Debug, Eq, PartialEq)] #[derive(Copy, Clone, Debug, Eq, PartialEq)]

Loading…
Cancel
Save