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-`