Skip to content

Commit 1cf8588

Browse files
committed
remove AsyncFile
1 parent 57058dc commit 1cf8588

File tree

3 files changed

+0
-80
lines changed

3 files changed

+0
-80
lines changed

src/asyncfile.rs

Lines changed: 0 additions & 78 deletions
This file was deleted.

src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ use std::time::{Duration, Instant};
2626
use tokio::task;
2727
use tokio_compat_02::FutureExt;
2828

29-
mod asyncfile;
3029
mod database;
3130
mod ethlcd;
3231
mod lcdproc;

src/remeha.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
use crate::asyncfile::AsyncFile;
21
use crate::onewire::StateMachine;
32
use crate::skymax::Skymax;
43
use chrono::{DateTime, Utc};

0 commit comments

Comments
 (0)