remove all that .map_err nonsense at once

This commit is contained in:
2026-04-04 14:23:42 +02:00
parent e08f169074
commit 252f7b164b
16 changed files with 107 additions and 102 deletions

View File

@@ -6,6 +6,7 @@ use tokio::net::TcpListener;
mod api;
mod config;
mod database;
mod error;
mod logs;
mod persons;
mod quotes;