Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
adryzz committed Feb 23, 2024
1 parent 2cb784e commit f5271cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctru-rs/src/services/ac.rs
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ impl Ac {
/// # use std::error::Error;
/// # fn main() -> Result<(), Box<dyn Error>> {
/// #
/// use ctru::services::ac::Ac;
/// use ctru::services::ac::{Ac, NetworkSlot};
///
/// let ac = Ac::new()?;
///
Expand Down

0 comments on commit f5271cf

Please sign in to comment.