Fix issue number

This commit is contained in:
Dale Wijnand 2018-11-27 16:46:59 +00:00
parent afb4fbd951
commit 4a7ffe2646
No known key found for this signature in database
GPG key ID: 4F256E3D151DF5EF

View file

@ -2532,7 +2532,7 @@ pub fn eq<T: ?Sized>(a: *const T, b: *const T) -> bool {
///
/// assert_eq!(actual, expected);
/// ```
#[unstable(feature = "ptr_hash", reason = "newly added", issue = "56285")]
#[unstable(feature = "ptr_hash", reason = "newly added", issue = "56286")]
pub fn hash<T, S: hash::Hasher>(hashee: &T, into: &mut S) {
use hash::Hash;
NonNull::from(hashee).hash(into)