Browse Source

reverse InfluxWriter::with_logger deprecation in face of overwhelming popular demand

master
Jonathan Strong 3 years ago
parent
commit
0a805ab609
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/lib.rs

+ 0
- 1
src/lib.rs View File

@@ -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)


Loading…
Cancel
Save