subtle
subtle copied to clipboard
Update to Rust 2018 Edition
trafficstars
This PR address some general updates:
- Upgrade
randdependency from0.7to0.8 - Use the Rust 2018 syntax, and update the relative documentation (removed
external cratefrom code and doc) - Update the fuzzer code to Rust 2018 syntax and update
libfuzzer-systo the latest public version. - Fix two
clippywarnings:- redundant field names in struct initialization
#[inline]is ignored on function prototypes