From deb44112883ab7ff932b0ab7c547680a615c7821 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 10 May 2026 15:35:35 +0900 Subject: refactor(clippy): deny clippy::unused_trait_names --- crates/mozart-test-harness/src/pool_builder_parser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/mozart-test-harness/src/pool_builder_parser.rs') diff --git a/crates/mozart-test-harness/src/pool_builder_parser.rs b/crates/mozart-test-harness/src/pool_builder_parser.rs index 11d2179..2876c25 100644 --- a/crates/mozart-test-harness/src/pool_builder_parser.rs +++ b/crates/mozart-test-harness/src/pool_builder_parser.rs @@ -4,7 +4,7 @@ //! Section bodies are stored as raw strings (typically JSON); the runner is //! responsible for interpreting them. -use anyhow::{Context, Result, bail}; +use anyhow::{Context as _, Result, bail}; use std::fs; use std::path::Path; -- cgit v1.3.1