Remove obsolete derivations of Hash.

This commit is contained in:
Dan Gohman
2017-09-12 12:28:25 -07:00
parent 9b5295f3e2
commit 2e046d68ce
3 changed files with 19 additions and 19 deletions

View File

@@ -43,7 +43,7 @@
//! use std::u32;
//!
//! // An opaque reference to variable.
//! #[derive(Copy, Clone, PartialEq, Eq, Hash, Debug)]
//! #[derive(Copy, Clone, PartialEq, Eq, Debug)]
//! pub struct Variable(u32);
//! impl EntityRef for Variable {
//! fn new(index: usize) -> Self {