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

@@ -1,5 +1,3 @@
use std::fmt::format;
use rusqlite::Connection;
use serde::{Deserialize, Serialize};
use strum::IntoStaticStr;