summaryrefslogtreecommitdiffstats
path: root/net/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'net/src/lib.rs')
-rw-r--r--net/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/src/lib.rs b/net/src/lib.rs
index 5f194550..4e7c4655 100644
--- a/net/src/lib.rs
+++ b/net/src/lib.rs
@@ -151,7 +151,7 @@ impl KeyServer {
_ => unreachable!(),
}.unwrap()).parse()?;
- Ok(KeyServer{client: client, uri: uri})
+ Ok(KeyServer{client, uri})
}
/// Retrieves the key with the given `keyid`.