Windows: Enable clippy deny warnings (#9920)
~Waiting #9918~ Release Notes: - N/A
This commit is contained in:
parent
659ea7054a
commit
94c51c6ac9
9 changed files with 26 additions and 35 deletions
|
@ -1,4 +1,4 @@
|
|||
#![cfg_attr(target_os = "linux", allow(dead_code))]
|
||||
#![cfg_attr(any(target_os = "linux", target_os = "windows"), allow(dead_code))]
|
||||
|
||||
use anyhow::{anyhow, Context, Result};
|
||||
use clap::Parser;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue