chore: apply cargo fmt + clippy cleanup across crate

Silence forward-looking dead_code on unused DAO modules, annotate
individual placeholder items, rewrite tautological assert!(true/false)
in token tests as panic! arms, and pick up fmt drift.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Cameron
2026-04-18 16:50:15 -04:00
parent bf4a8a1b43
commit 187c5685af
22 changed files with 106 additions and 67 deletions

View File

@@ -1,3 +1,5 @@
#![allow(dead_code)]
use chrono::NaiveDate;
use diesel::prelude::*;
use diesel::sqlite::SqliteConnection;