summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openpgp/benches/decrypt_message.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/benches/decrypt_message.rs b/openpgp/benches/decrypt_message.rs
index 9d3876e9..9ea96bfc 100644
--- a/openpgp/benches/decrypt_message.rs
+++ b/openpgp/benches/decrypt_message.rs
@@ -8,7 +8,7 @@ use openpgp::parse::Parse;
use crate::common::{decrypt, encrypt};
-static PASSWORD: &'static str = "password";
+static PASSWORD: &str = "password";
lazy_static::lazy_static! {
static ref TESTY: Cert =