rust-clippy/clippy_utils
Nilstrieb 84b6049eb9 Use uninit checking from rustc
rustc has proper heuristics for actually checking whether a type allows
being left uninitialized (by asking CTFE). We can now use this for our
helper instead of rolling our own bad version with false positives.
2023-03-21 18:28:06 +01:00
..
src Use uninit checking from rustc 2023-03-21 18:28:06 +01:00
Cargo.toml Bump Clippy version -> 0.1.70 2023-03-10 10:22:27 +01:00