From bd8f564cfab94bce397ce0290aa46259d1bc0506 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Tue, 10 Oct 2023 05:00:18 +0200 Subject: Fix incorrect conditional compilation --- src/config.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/config.rs') diff --git a/src/config.rs b/src/config.rs index 8a8a876..1ef9eca 100644 --- a/src/config.rs +++ b/src/config.rs @@ -5,9 +5,7 @@ use std::{ path::PathBuf, }; -#[cfg(feature = "tls")] -use anyhow::anyhow; -use anyhow::{Context, Result}; +use anyhow::{anyhow, Context, Result}; use http::HeaderMap; #[cfg(feature = "tls")] -- cgit v1.2.3