Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
examples: enable more clippy categories for examples
The existing clippy findings for the examples have been addressed. This commit removes the `allow` configuration for `rsa-irc-openssl.rs` and `rsa-irc.rs` so that we'll catch new warnings as clippy improves. This will help keep the examples idiomatic and free of errors.
- Loading branch information