Fix all clippy warnings in the current code under Rust 1.56. #29
Reference in New Issue
Block a user
Delete Branch "clippy_warnings"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
None of these are serious issues, but they seemed worth fixing.
I've verified that the code is still accepted by Rust versions back to 1.51, which appears to be the oldest version that simple_asn1 currently supports.
I feel a bit sorry for marking such a little thing, but there is a space missing after the
=;)Nice find of the time parsing panic btw.
good catch; I've pushed and updated version with the space you asked for :)