rust-pcap / pcap

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

Remove redundant inline directives #219

Closed Wojtek242 closed 2 years ago

Wojtek242 commented 2 years ago

There is no need for internal only functions to be marked with #[inline]. See https://stackoverflow.com/questions/37639276/when-should-inline-be-used-in-rust.