Rollup merge of #30437 - tshepang:clarity, r=steveklabnik
The comma removes the sorface ambiguity
This commit is contained in:
@@ -1616,7 +1616,7 @@ impl<Idx: fmt::Debug> fmt::Debug for RangeTo<Idx> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// The `Deref` trait is used to specify the functionality of dereferencing
|
/// The `Deref` trait is used to specify the functionality of dereferencing
|
||||||
/// operations like `*v`.
|
/// operations, like `*v`.
|
||||||
///
|
///
|
||||||
/// `Deref` also enables ['`Deref` coercions'][coercions].
|
/// `Deref` also enables ['`Deref` coercions'][coercions].
|
||||||
///
|
///
|
||||||
|
|||||||
Reference in New Issue
Block a user