Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
lint: Run cargo fmt with rust nightly
Browse files Browse the repository at this point in the history
Signed-off-by: Gris Ge <[email protected]>
  • Loading branch information
cathay4t committed Sep 27, 2021
1 parent 720e764 commit 8f270b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rtnetlink/examples/add_route_pref_src.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use futures::TryStreamExt;
use std::env;
use std::net::Ipv4Addr;
use std::{env, net::Ipv4Addr};

use ipnetwork::Ipv4Network;
use rtnetlink::{new_connection, Error, Handle};
Expand Down

0 comments on commit 8f270b5

Please sign in to comment.