Revert move from chrono to local-time

This reverts commit 9e85637419
This commit is contained in:
binarybaron 2021-12-27 15:29:13 +01:00
parent 3ce4dffb84
commit 43c07636d8
6 changed files with 19 additions and 50 deletions

View file

@ -41,7 +41,7 @@ impl MakeCapturingWriter {
}
}
impl MakeWriter<'_> for MakeCapturingWriter {
impl MakeWriter for MakeCapturingWriter {
type Writer = CapturingWriter;
fn make_writer(&self) -> Self::Writer {