From 3e595c18e11e68ddc0e43eef48c675ab06de6fc4 Mon Sep 17 00:00:00 2001 From: Joshua Ferguson Date: Sun, 7 Jan 2024 17:27:06 -0600 Subject: [PATCH] didn't see the `cargo fmt --all` test --- tests/postprocessors_test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/postprocessors_test.rs b/tests/postprocessors_test.rs index 6f321f4..811af67 100644 --- a/tests/postprocessors_test.rs +++ b/tests/postprocessors_test.rs @@ -8,7 +8,7 @@ use serde_yaml::Value; use std::collections::HashSet; use std::fs::{read_to_string, remove_file}; use std::path::PathBuf; -use std::sync::{Mutex}; +use std::sync::Mutex; use tempfile::TempDir; use walkdir::WalkDir;