From 2e540cc539218da9a1365a1ce4d6ff5c42e44cf8 Mon Sep 17 00:00:00 2001 From: l1h3r Date: Tue, 2 Feb 2021 15:15:53 -0800 Subject: [PATCH] clippy --- identity-did/tests/sign_verify_document_ed25519.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/identity-did/tests/sign_verify_document_ed25519.rs b/identity-did/tests/sign_verify_document_ed25519.rs index 4ca688aa81..655e210788 100644 --- a/identity-did/tests/sign_verify_document_ed25519.rs +++ b/identity-did/tests/sign_verify_document_ed25519.rs @@ -19,7 +19,7 @@ struct TestVector { signature: &'static str, } -const TVS: &'static [TestVector] = &include!("fixtures/jcs_ed25519.rs"); +const TVS: &[TestVector] = &include!("fixtures/jcs_ed25519.rs"); type Document = document::Document, (), ()>;