From 4eefbd93adc7b068fead6a4f2fb1a8ee66f7d4e8 Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Sun, 21 May 2023 22:20:28 +0200 Subject: [PATCH] Lint --- tests/library/beets.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/library/beets.rs b/tests/library/beets.rs index dfe6853..451cc49 100644 --- a/tests/library/beets.rs +++ b/tests/library/beets.rs @@ -1,7 +1,8 @@ use std::{ + collections::HashSet, fs, path::PathBuf, - sync::{Arc, Mutex}, collections::HashSet, + sync::{Arc, Mutex}, }; use once_cell::sync::Lazy;