generated from PlexSheep/baserepo
idk why this isn't in master yet #94
|
@ -245,7 +245,7 @@ impl LoggerBuilder {
|
||||||
///
|
///
|
||||||
/// Default: true
|
/// Default: true
|
||||||
#[must_use]
|
#[must_use]
|
||||||
pub const fn ansiconst(mut self, ansi: bool) -> Self {
|
pub const fn ansi(mut self, ansi: bool) -> Self {
|
||||||
self.ansi = ansi;
|
self.ansi = ansi;
|
||||||
self
|
self
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue