Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve conversion of the received mysql value bytes to MYSQL_TIME
Clippy (rightful) complained that we read from a potential unaligned pointer, which would be undefined behaviour. The problem is: Clippy continues to complain about this, even if we use `read_unaligned()` here. This seems to be a clippy bug, see rust-lang/rust-clippy#2881
- Loading branch information