auto merge of #5324 : Ms2ger/servo/missing_copy_implementations, r=jdm

This is now the default.
This commit is contained in:
bors-servo 2015-03-23 08:45:50 -06:00
commit b1a35f549b
8 changed files with 0 additions and 12 deletions

View file

@ -15,7 +15,6 @@ use std::num::wrapping::WrappingOps;
///
/// This uses FNV hashing, as described here:
/// http://en.wikipedia.org/wiki/Fowler%E2%80%93Noll%E2%80%93Vo_hash_function
#[allow(missing_copy_implementations)]
pub struct FnvHasher(u64);
impl Default for FnvHasher {