From 26cf1dbd337fcd430744d0cdd1c306bccb464d0a Mon Sep 17 00:00:00 2001 From: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com> Date: Sun, 16 Jun 2024 12:06:57 -0400 Subject: [PATCH] Fix typo in docstring. (#795) --- src/rustdoc_gen.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/rustdoc_gen.rs b/src/rustdoc_gen.rs index 0b3589cd..f0199fd1 100644 --- a/src/rustdoc_gen.rs +++ b/src/rustdoc_gen.rs @@ -140,11 +140,11 @@ impl<'a> CrateSource<'a> { /// - private/hidden features: /// /// Because of the above, this function filters out features with names: - /// - `unstable` - /// - `nightly` - /// - `bench` - /// - `no_std` - /// features with prefix: + /// - `unstable` + /// - `nightly` + /// - `bench` + /// - `no_std` + /// and any features with prefix: /// - `_` /// - `unstable_` /// - `unstable-`