Private
Public Access
1
0

proj: Fix warnings

This commit is contained in:
2025-01-20 22:13:44 -08:00
parent 5d3d2f194a
commit bfc6fdddc1
5 changed files with 15 additions and 7 deletions

View File

@@ -1,7 +1,6 @@
use anyhow::Result;
use diesel::{prelude::*, sqlite::Sqlite};
use diesel::prelude::*;
use diesel::query_dsl::BelongingToDsl;
use std::path::{Path, PathBuf};
use crate::models::Participant;
use crate::{