From 628656a3a0ac529c3b57061c8b6c7620d4373f1a Mon Sep 17 00:00:00 2001 From: eschorn1 Date: Sun, 29 Sep 2024 18:26:45 -0500 Subject: [PATCH] clippy: starting update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86d0a20..066317c 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ desired [security parameter](#modules) below. * Note that FIPS 205 places specific requirements on randomness per section 3.1, hence the exposed `RNG`. * Requires Rust **1.70** or higher. The minimum supported Rust version may be changed in the future, but it will be done with a minor version bump. -* All on-by-default features of this library are covered by SemVer. +* All on-by-default features of this library are covered by `SemVer`. * This software is experimental and still under active development -- USE AT YOUR OWN RISK! ## License