xtask: Silence clippy lint
This commit is contained in:
parent
c1a36a2047
commit
326c77aad3
@ -1,3 +1,6 @@
|
||||
// Triggers at the `#[clap(subcommand)]` line, but not easily reproducible outside this crate.
|
||||
#![allow(unused_qualifications)]
|
||||
|
||||
use std::path::PathBuf;
|
||||
|
||||
use clap::{Args, Subcommand};
|
||||
|
Loading…
x
Reference in New Issue
Block a user