From a7f3d9bcfde1719966adf2d8abc3b2a6dd98d591 Mon Sep 17 00:00:00 2001 From: Tobin Harding Date: Thu, 13 Jan 2022 17:02:58 +1100 Subject: [PATCH] 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 --- src/key.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/key.rs b/src/key.rs index 1336bd7..9aad867 100644 --- a/src/key.rs +++ b/src/key.rs @@ -13,7 +13,8 @@ // If not, see . // -//! # Public and secret keys +//! Public and secret keys. +//! #[cfg(any(test, feature = "rand"))] use rand::Rng;