Improve key module docs
Use 'standard' stlye, standard is defined as - No markdown heading - Full sentence (capital first letter and full stop) - Trailing empty comment line
This commit is contained in:
parent
6d23614467
commit
a7f3d9bcfd
|
@ -13,7 +13,8 @@
|
|||
// If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
//
|
||||
|
||||
//! # Public and secret keys
|
||||
//! Public and secret keys.
|
||||
//!
|
||||
|
||||
#[cfg(any(test, feature = "rand"))] use rand::Rng;
|
||||
|
||||
|
|
Loading…
Reference in New Issue