alexcrichton / curl-rust

Rust bindings to libcurl
MIT License
1.01k stars 234 forks source link

Fix debug formatting for Events struct #377

Closed sagebind closed 3 years ago

sagebind commented 3 years ago

Fix a copy and paste error that showed the value of the input flag of Events in place of the output and error flags in the debug formatting.