summaryrefslogtreecommitdiffstats
path: root/openpgp/src/parse/stream.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/parse/stream.rs')
-rw-r--r--openpgp/src/parse/stream.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/parse/stream.rs b/openpgp/src/parse/stream.rs
index f308ca4d..3fee1267 100644
--- a/openpgp/src/parse/stream.rs
+++ b/openpgp/src/parse/stream.rs
@@ -3126,7 +3126,7 @@ mod test {
#[test]
fn detached_verifier() {
- lazy_static! {
+ lazy_static::lazy_static! {
static ref ZEROS: Vec<u8> = vec![0; 100 * 1024 * 1024];
}