automatic cargo CI changes

This commit is contained in:
cscherrNT 2024-06-27 11:56:49 +00:00 committed by github-actions[bot]
parent c2ec251cdb
commit b9e7e650fd
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ use std::fmt::Display;
use std::io::{self, Read, Write};
use diesel::prelude::*;
use libpt::log::{info, trace, warn};
use libpt::log::{info, trace};
use crate::schema::posts;