diff options
author | Hristo Venev <hristo@venev.name> | 2019-03-19 17:46:48 +0200 |
---|---|---|
committer | Hristo Venev <hristo@venev.name> | 2019-03-19 17:47:02 +0200 |
commit | 51c9e1433bf139759a41173aa63fa40855a10fac (patch) | |
tree | 5e7094a6eeaa5853717f6dbd3b57880aa28574c9 /src/wg.rs | |
parent | b7632fb35571f63fe28368c6508aa67fe8d775c8 (diff) |
lintv0.1.0
Diffstat (limited to 'src/wg.rs')
-rw-r--r-- | src/wg.rs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,10 +2,10 @@ // // See COPYING. -use crate::{model}; -use std::{env, io}; +use crate::model; use std::ffi::{OsStr, OsString}; use std::process::{Command, Stdio}; +use std::{env, io}; pub struct Device { ifname: String, |