Skip to content

Commit

Permalink
Remove redundant redefinition from print stations example
Browse files Browse the repository at this point in the history
  • Loading branch information
ollipa committed Jan 27, 2024
1 parent fbcc8ed commit 845dd13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/print_stations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ fn main() {
let socket = NlSocket::connect().unwrap();
let interfaces = socket.list_interfaces().unwrap();
for interface in interfaces {
let interface = interface;
let stations = socket.list_stations(interface.interface_index).unwrap();
for station in stations {
println!("{station:#?}");
Expand Down

0 comments on commit 845dd13

Please sign in to comment.