blackbeam / rust-mysql-simple

Mysql client library implemented in rust.
Apache License 2.0
666 stars 145 forks source link

Remove `dbg!` macro invocation from `rustls_opts.rs` #390

Closed blackbeam closed 3 months ago

blackbeam commented 3 months ago

Fix #389

robjtede commented 3 months ago

I'd suggest adding -Dclippy::dbg_macro (and -Dclippy::todo) in your CI pipeline somewhere.