Fix warnings, implement Errors

This commit is contained in:
2026-08-21 15:08:39 +03:00
parent 0642807b06
commit 6395a8e672
5 changed files with 21 additions and 15 deletions

View File

@@ -1,3 +1,4 @@
#![allow(dead_code)]
use chrono::NaiveDateTime;
use diesel::prelude::*;