rust-pcap / pcap

Rust language pcap library
Apache License 2.0
610 stars 138 forks source link

Fix latest clippy warnings and other issues #198

Closed Wojtek242 closed 2 years ago

Wojtek242 commented 2 years ago

Clippy was complaining that unsafe traits need to be documented. I couldn't figure out why they are unsafe so I made them safe and let's see if it works.

Then there were a few other issues to fix. Amongst other things tokio now requires rustc 1.47.