Fix rustdoc indentation
New nightly lint picked up an incorrect indentation. Remove extra space.
This commit is contained in:
parent
511ac2c47c
commit
30132c56bb
|
@ -9,7 +9,7 @@
|
||||||
///
|
///
|
||||||
/// * `$bits` - number of bits this hash type has
|
/// * `$bits` - number of bits this hash type has
|
||||||
/// * `$reverse` - `bool` - `true` if the hash type should be displayed backwards, `false`
|
/// * `$reverse` - `bool` - `true` if the hash type should be displayed backwards, `false`
|
||||||
/// otherwise.
|
/// otherwise.
|
||||||
/// * `$gen: $gent` - generic type(s) and trait bound(s)
|
/// * `$gen: $gent` - generic type(s) and trait bound(s)
|
||||||
///
|
///
|
||||||
/// Restrictions on usage:
|
/// Restrictions on usage:
|
||||||
|
|
Loading…
Reference in New Issue