From 0a805ab60923c3d68807ad28d7b0c93a978c703a Mon Sep 17 00:00:00 2001 From: Jonathan Strong Date: Tue, 4 Aug 2020 23:09:24 -0400 Subject: [PATCH] reverse InfluxWriter::with_logger deprecation in face of overwhelming popular demand --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 0df3a50..04e0b10 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -367,7 +367,6 @@ impl InfluxWriter { } } - #[deprecated(since = "0.9.0", note = "replaced by with_logger_and_opt_creds")] #[allow(unused_assignments)] pub fn with_logger(host: &str, db: &str, logger: &Logger) -> Self { Self::with_logger_and_opt_creds(host, db, None, logger)