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:
Tobin Harding 2022-01-13 17:02:58 +11:00
parent 6d23614467
commit a7f3d9bcfd
1 changed files with 2 additions and 1 deletions

View File

@ -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;