grammar
This commit is contained in:
parent
1ac066ef04
commit
ba3db7b03a
1 changed files with 1 additions and 1 deletions
|
@ -2518,7 +2518,7 @@ pub fn eq<T: ?Sized>(a: *const T, b: *const T) -> bool {
|
||||||
|
|
||||||
/// Hash a raw pointer.
|
/// Hash a raw pointer.
|
||||||
///
|
///
|
||||||
/// This can be used to hash a `&T` reference (which coerce to `*const T` implicitly)
|
/// This can be used to hash a `&T` reference (which coerces to `*const T` implicitly)
|
||||||
/// by its address rather than the value it points to
|
/// by its address rather than the value it points to
|
||||||
/// (which is what the `Hash for &T` implementation does).
|
/// (which is what the `Hash for &T` implementation does).
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue