Browse Source

Fix lint

pull/156/head
Jhynjhiruu 11 months ago
parent
commit
433f9b0591
  1. 2
      ctru-rs/src/services/uds.rs

2
ctru-rs/src/services/uds.rs

@ -1225,7 +1225,7 @@ impl Uds {
/// Returns the [`NodeInfo`] struct for the specified network node. /// Returns the [`NodeInfo`] struct for the specified network node.
/// ///
/// # Errors /// # Errors
/// ///
/// This function will return an error if [`NodeID::None`] or [`NodeID::Broadcast`] is passed. /// This function will return an error if [`NodeID::None`] or [`NodeID::Broadcast`] is passed.
/// ///
/// # Example /// # Example

Loading…
Cancel
Save