Skip to content

Commit

Permalink
Rollup merge of rust-lang#30437 - tshepang:clarity, r=steveklabnik
Browse files Browse the repository at this point in the history
The comma removes the sorface ambiguity
  • Loading branch information
steveklabnik committed Dec 17, 2015
2 parents b84de0c + 22b30fa commit 6565bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/ops.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1616,7 +1616,7 @@ impl<Idx: fmt::Debug> fmt::Debug for RangeTo<Idx> {
}

/// The `Deref` trait is used to specify the functionality of dereferencing
/// operations like `*v`.
/// operations, like `*v`.
///
/// `Deref` also enables ['`Deref` coercions'][coercions].
///
Expand Down

0 comments on commit 6565bc2

Please sign in to comment.