projects
/
gandi_dns_update.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52284b0
)
Remove useless 'use'
author
Greg Burri
<greg.burri@gmail.com>
Tue, 13 Jul 2021 18:24:38 +0000
(20:24 +0200)
committer
Greg Burri
<greg.burri@gmail.com>
Tue, 13 Jul 2021 18:24:38 +0000
(20:24 +0200)
src/main.rs
patch
|
blob
|
history
diff --git
a/src/main.rs
b/src/main.rs
index
2a9b5e4
..
33f1981
100644
(file)
--- a/
src/main.rs
+++ b/
src/main.rs
@@
-11,7
+11,7
@@
#![cfg_attr(debug_assertions, allow(unused_variables, unused_imports, dead_code))]
-use std::{ f
mt::format, f
s::File, net::{ IpAddr, Ipv4Addr }, thread, time };
+use std::{ fs::File, net::{ IpAddr, Ipv4Addr }, thread, time };
use ron::{ de::from_reader, ser::to_writer };
use serde::{ Deserialize, Serialize };
use serde_json::{ Value, json };