diff options
Diffstat (limited to 'src/crypto/hash.rs')
| -rw-r--r-- | src/crypto/hash.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/hash.rs b/src/crypto/hash.rs index 2a181526..a9711e92 100644 --- a/src/crypto/hash.rs +++ b/src/crypto/hash.rs @@ -4,7 +4,7 @@ use std::io; use ffi; -#[deriving(Copy)] +#[derive(Copy)] pub enum HashType { MD5, SHA1, |