From 5510db6b64cdc64499bdcc60e0389b3714144dc9 Mon Sep 17 00:00:00 2001 From: Yago Iglesias Date: Sat, 23 Dec 2023 17:41:22 +0100 Subject: [PATCH] chore: use explicit imports --- src/wallpaper.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallpaper.rs b/src/wallpaper.rs index 9c0b9c7..a0d740a 100644 --- a/src/wallpaper.rs +++ b/src/wallpaper.rs @@ -7,7 +7,7 @@ use std::{ use crate::{ configuration::Settings, - error::*, + error::{ExecError, FileError, ParsingError, WallshiftError}, path::{File, ImagePath}, };