From d7ee3b383305de4cc3526367b16a115b082dd9df Mon Sep 17 00:00:00 2001 From: Federico Terzi Date: Mon, 10 Jan 2022 20:49:30 +0100 Subject: [PATCH] fix(core): remove unused warning --- espanso/src/patch/patches/linux/thunderbird_x11.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/espanso/src/patch/patches/linux/thunderbird_x11.rs b/espanso/src/patch/patches/linux/thunderbird_x11.rs index f593b2f..8474bcb 100644 --- a/espanso/src/patch/patches/linux/thunderbird_x11.rs +++ b/espanso/src/patch/patches/linux/thunderbird_x11.rs @@ -19,8 +19,6 @@ use std::sync::Arc; -use espanso_config::config::Backend; - use crate::patch::patches::{PatchedConfig, Patches}; use crate::patch::PatchDefinition;