subtle icon indicating copy to clipboard operation
subtle copied to clipboard

Update to Rust 2018 Edition

Open lrazovic opened this issue 4 years ago • 0 comments
trafficstars

This PR address some general updates:

  • Upgrade rand dependency from 0.7 to 0.8
  • Use the Rust 2018 syntax, and update the relative documentation (removed external crate from code and doc)
  • Update the fuzzer code to Rust 2018 syntax and update libfuzzer-sys to the latest public version.
  • Fix two clippy warnings:
    • redundant field names in struct initialization
    • #[inline] is ignored on function prototypes

lrazovic avatar Aug 23 '21 07:08 lrazovic