automatic cargo CI changes
This commit is contained in:
parent
c2ec251cdb
commit
b9e7e650fd
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue