Skip to content

Commit 0eb8f6f

Browse files
authored
k256: remove extra braces in example (#160)
1 parent a3384dc commit 0eb8f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k256/src/ecdsa.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
//! # {
2323
//! use k256::{
2424
//! ecdsa::{SigningKey, Signature, signature::Signer},
25-
//! elliptic_curve::{Generate},
25+
//! elliptic_curve::Generate,
2626
//! SecretKey,
2727
//! };
2828
//! use rand_core::OsRng; // requires 'getrandom' feature

0 commit comments

Comments
 (0)