mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
auto merge of #5324 : Ms2ger/servo/missing_copy_implementations, r=jdm
This is now the default.
This commit is contained in:
commit
b1a35f549b
8 changed files with 0 additions and 12 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue