fix some warnings

This commit is contained in:
Tamo 2022-10-09 17:30:34 +02:00 committed by Clément Renault
parent 58ef80a2a7
commit 6f327a00c7
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
7 changed files with 130 additions and 30 deletions

View file

@ -31,7 +31,7 @@ use std::{
use serde::{Deserialize, Serialize};
use tempfile::TempDir;
use time::OffsetDateTime;
use uuid::Uuid;
pub mod errors;
pub mod meta;