Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve warning on Windows with system
`cargo check --target=x86_64-pc-windows-msvc --no-default-features --features=system` warning: method `account_name` is never used --> src/windows/sid.rs:59:19 | 20 | impl Sid { | -------- method in this implementation ... 59 | pub(crate) fn account_name(&self) -> Option<String> { | ^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default
- Loading branch information