sapling/exec
David Tolnay 75ad2b3949 rust: Fix all fbcode warnings
Summary:
With this change, all Rust code in fbcode compiles with rustc 1.39 without warnings.

- Change UB uses of std::mem::uninitialized to MaybeUninit
- Remove unused `mut`
- Remove stray semicolons
- Remove unused imports
- Handle or explicitly ignore ignored errors
- Ignore dead code warnings in half-written projects
- Suppress warnings in bindgen-generated code

Reviewed By: andrewjcg

Differential Revision: D18363394

fbshipit-source-id: 2f9d587887aa0f8039c63202533bffba9006374f
2019-11-07 09:30:43 -08:00
..
hgmain update copyright notices in Rust files 2019-11-01 17:39:42 -07:00
scm_daemon rust: Fix all fbcode warnings 2019-11-07 09:30:43 -08:00
scratch update copyright notices in Rust files 2019-11-01 17:39:42 -07:00
utils update copyright notices in Rust files 2019-11-01 17:39:42 -07:00