Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(clippy): allow unused_mut for not(feature = "libtor") (#4425)
Description --- Allows unused_mut for config variable if `not(all(unix, feature = "libtor"))` Motivation and Context --- mut is only required for `all(unix, feature = "libtor")` How Has This Been Tested? --- No clippy errors with/without libtor feature
- Loading branch information