summaryrefslogtreecommitdiff
path: root/common/rust/src/nats.rs
diff options
context:
space:
mode:
Diffstat (limited to 'common/rust/src/nats.rs')
-rw-r--r--common/rust/src/nats.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/rust/src/nats.rs b/common/rust/src/nats.rs
index 59b480c..437a857 100644
--- a/common/rust/src/nats.rs
+++ b/common/rust/src/nats.rs
@@ -24,7 +24,6 @@ pub struct NatsConfiguration {
host: String,
}
-///
impl Into<Connection> for NatsConfiguration {
fn into(self) -> Connection {
let mut options = Options::new();