Update plugins/log/src/lib.rs

pull/633/head
Fabian-Lars 2 years ago committed by GitHub
parent ae36b05299
commit 4860bb8d00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -283,7 +283,7 @@ impl Builder {
/// ///
/// ``` /// ```
pub fn log_name<S: Into<String>>(mut self, log_name: S) -> Self { pub fn log_name<S: Into<String>>(mut self, log_name: S) -> Self {
self.log_name = Some(log_name.to_string()); self.log_name = Some(log_name.into());
self self
} }

Loading…
Cancel
Save