diff --git a/src/main.rs b/src/main.rs index f7a7bf6..e7cf361 100644 --- a/src/main.rs +++ b/src/main.rs @@ -40,14 +40,6 @@ use state::{AppState, UploadRecord}; use crate::state::AsyncRemoveRecord; use crate::views::{DownloadLinkPage, HtmxPage, LinkView, Welcome}; -pub mod error { - use std::io::{Error, ErrorKind}; - - pub fn io_other(s: &str) -> Error { - Error::new(ErrorKind::Other, s) - } -} - #[tokio::main] async fn main() -> io::Result<()> { logging::init_tracing();