Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement Display for SignatureAlgorithm
Clippy dropped an error because `SignatureAlgorithm` implemented trait `ToString` directly, while the recommnded way is to use `std::fmt::Display`. This commit updates the trait implementation. Signed-off-by: Mark Kirichenko <[email protected]>
- Loading branch information