Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`cargo check --target=x86_64-pc-windows-msvc --features=debug` warning: function `display_ntstatus_error` is never used --> src/windows/process.rs:229:11 | 229 | unsafe fn display_ntstatus_error(ntstatus: windows::core::HRESULT) { | ^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default
- Loading branch information