Skip to content

Commit

Permalink
k256: remove extra braces in example (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Sep 4, 2020
1 parent a3384dc commit 0eb8f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k256/src/ecdsa.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
//! # {
//! use k256::{
//! ecdsa::{SigningKey, Signature, signature::Signer},
//! elliptic_curve::{Generate},
//! elliptic_curve::Generate,
//! SecretKey,
//! };
//! use rand_core::OsRng; // requires 'getrandom' feature
Expand Down

0 comments on commit 0eb8f6f

Please sign in to comment.