Fix rustdoc indentation

New nightly lint picked up an incorrect indentation.

Remove extra space.
This commit is contained in:
Jamil Lambert, PhD 2025-02-04 16:43:56 +00:00
parent 511ac2c47c
commit 30132c56bb
No known key found for this signature in database
GPG Key ID: 54DC29234AB5D2C0
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
///
/// * `$bits` - number of bits this hash type has
/// * `$reverse` - `bool` - `true` if the hash type should be displayed backwards, `false`
/// otherwise.
/// otherwise.
/// * `$gen: $gent` - generic type(s) and trait bound(s)
///
/// Restrictions on usage: