diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-05-10 15:35:35 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-05-10 15:35:35 +0900 |
| commit | deb44112883ab7ff932b0ab7c547680a615c7821 (patch) | |
| tree | a2f7f2416d8513eef064829e02689610e38760d3 /crates/mozart-test-harness/src/pool_builder_parser.rs | |
| parent | 46845eff8d1398f35099a0ef914f77bcaf473287 (diff) | |
| download | php-mozart-deb44112883ab7ff932b0ab7c547680a615c7821.tar.gz php-mozart-deb44112883ab7ff932b0ab7c547680a615c7821.tar.zst php-mozart-deb44112883ab7ff932b0ab7c547680a615c7821.zip | |
refactor(clippy): deny clippy::unused_trait_names
Diffstat (limited to 'crates/mozart-test-harness/src/pool_builder_parser.rs')
| -rw-r--r-- | crates/mozart-test-harness/src/pool_builder_parser.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
