xtask: Silence clippy lint

This commit is contained in:
Jonas Platte 2023-04-11 13:01:48 +02:00
parent c1a36a2047
commit 326c77aad3
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C

View File

@ -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};