commit | 24abc4fb80c0fb4a7b14f2ce12bf92a51597435d | [log] [tgz] |
---|---|---|
author | Alex Crichton <alex@alexcrichton.com> | Wed Sep 16 23:54:56 2015 -0700 |
committer | Alex Crichton <alex@alexcrichton.com> | Wed Sep 16 23:54:56 2015 -0700 |
tree | 962c6632bfd966047080f8a54b71aee9240f34bc | |
parent | 9f2b1010c41b7fc2765a204e10aad0b568db3e4d [diff] [blame] |
Attempt to build docs on Travis
diff --git a/src/macros.rs b/src/macros.rs index 0c58de5..bb5d9ee 100644 --- a/src/macros.rs +++ b/src/macros.rs
@@ -40,8 +40,8 @@ #[repr(C)] pub struct $i { $($field)* } } - impl Copy for $i {} - impl Clone for $i { + impl ::dox::Copy for $i {} + impl ::dox::Clone for $i { fn clone(&self) -> $i { *self } } )*)