blackbeam / rust-mysql-simple

Mysql client library implemented in rust.
Apache License 2.0
663 stars 144 forks source link

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

Closed blackbeam closed 2 months ago

blackbeam commented 2 months ago

Fix #389

robjtede commented 2 months ago

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