Skip to content

Commit

Permalink
Fix typo in docstring. (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi authored Jun 16, 2024
1 parent 1d8723a commit 26cf1db
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/rustdoc_gen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,11 @@ impl<'a> CrateSource<'a> {
/// - private/hidden features: </~https://github.com/rust-lang/cargo/issues/10882>
///
/// 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-`
Expand Down

0 comments on commit 26cf1db

Please sign in to comment.