summaryrefslogtreecommitdiffstats
path: root/openpgp/examples/decrypt-with.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/examples/decrypt-with.rs')
-rw-r--r--openpgp/examples/decrypt-with.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/openpgp/examples/decrypt-with.rs b/openpgp/examples/decrypt-with.rs
index 4889d29b..5de69863 100644
--- a/openpgp/examples/decrypt-with.rs
+++ b/openpgp/examples/decrypt-with.rs
@@ -5,7 +5,6 @@ use std::collections::HashMap;
use std::env;
use std::io;
-extern crate failure;
extern crate sequoia_openpgp as openpgp;
use crate::openpgp::cert::prelude::*;