summaryrefslogtreecommitdiff
path: root/src/agent.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-09-18 21:33:14 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-09-18 21:33:14 -0700
commit5eed8ce9f978fce4bddbe3fa64e1bd661f2d1b89 (patch)
tree6dea3cd0753ed7d66847b8274a807fb714dac564 /src/agent.rs
parent556ef80d03f067ee803fc7c390b440bbb8b0961c (diff)
downloadssh2-rs-5eed8ce9f978fce4bddbe3fa64e1bd661f2d1b89.zip
Bind knownhost apis
Diffstat (limited to 'src/agent.rs')
-rw-r--r--src/agent.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/agent.rs b/src/agent.rs
index e96f5c8..d3e4ed3 100644
--- a/src/agent.rs
+++ b/src/agent.rs
@@ -21,6 +21,7 @@ pub struct PublicKey<'a> {
marker1: marker::NoSync,
marker2: marker::NoSend,
marker3: marker::ContravariantLifetime<'a>,
+ marker4: marker::NoCopy,
}
impl<'a> Agent<'a> {
@@ -103,6 +104,7 @@ impl<'a> PublicKey<'a> {
marker1: marker::NoSync,
marker2: marker::NoSend,
marker3: marker::ContravariantLifetime,
+ marker4: marker::NoCopy,
}
}