Skip to content

Commit 91caf14

Browse files
committed
docs: remove comment
1 parent 6278af6 commit 91caf14

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/client.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ pub trait Client {
1919
fn scan(&self, force_rescan: bool) -> WFResult<Vec<Network>>;
2020
/// Retrieves the currently connected network if any.
2121
fn connected_network(&self) -> WFResult<Option<Network>>;
22-
/// IPv4 address from `nmcli -g IP4.ADDRESS device show <interface>`.
2322
/// Returns `None` if the device is not connected or the command yields no address.
2423
fn ip(&self) -> WFResult<Option<Ipv4Addr>>;
2524
/// Quickly check if the interface is connected to a network or not, note that this is faster

0 commit comments

Comments
 (0)