idk why this isn't in master yet #94

Merged
cscherrNT merged 79 commits from devel into master 2024-07-22 13:30:20 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 87dc2871d7 - Show all commits

View File

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