Apply clippy::unused_trait_names lint

This commit is contained in:
Taiki Endo
2025-01-13 23:41:50 +09:00
parent 333ea3e9a4
commit b58c61fa21
3 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: Apache-2.0 OR MIT
use std::{env, fmt, io::Write, path::PathBuf};
use std::{env, fmt, io::Write as _, path::PathBuf};
use anyhow::Result;
use fs_err as fs;