Track Rust nightlies

This commit is contained in:
Carl Lerche
2015-04-01 20:09:20 -07:00
parent 7a12abb6e6
commit f0ce42d9c3
6 changed files with 16 additions and 10 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ impl SmallByteStr {
};
// Copy the memory
bytes::copy_memory(&mut ret.bytes, bytes);
bytes::copy_memory(bytes, &mut ret.bytes);
Some(ret)
}