Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing the dst type, which is expected to be *mut i8:
245 | std::ptr::copy_nonoverlapping(self.as_ptr().cast::<i8>(), dst, self.len()); | ----------------------------- ^^^ expected `*mut i8`, found `*mut u8` | | | arguments to this function are incorrect
- Loading branch information