On Mon, Jan 16, 2023 at 6:52 AM Viresh Kumar <viresh.kumar@xxxxxxxxxx> wrote: > > For Rust changes, please run these as well to find any formatting > issues, warnings: > > cargo fmt --all -- --check > cargo clippy --release --workspace --bins --examples --tests --benches --all-features --all-targets -- -D warnings -D clippy::undocumented_unsafe_blocks > FYI The first command introduces changes to unsafe blocks' coding style that the second one interprets as unsafe block with no SAFETY comments. :) Bart