Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
l1h3r committed Feb 2, 2021
1 parent c765f15 commit 2e540cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion identity-did/tests/sign_verify_document_ed25519.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<Properties<Object>, (), ()>;

Expand Down

0 comments on commit 2e540cc

Please sign in to comment.