fix minor stuff
This commit is contained in:
parent
dc3f955b1b
commit
3132038058
2 changed files with 2 additions and 5 deletions
|
@ -1,8 +1,5 @@
|
|||
use core::fmt;
|
||||
use std::{
|
||||
collections::HashMap,
|
||||
fmt::{write, Display},
|
||||
};
|
||||
use std::{collections::HashMap, fmt::Display};
|
||||
|
||||
use chrono::{DateTime, Datelike, Duration, Timelike, Utc};
|
||||
use chrono_humanize::HumanTime;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
use std::{cmp::Ordering, sync::Arc};
|
||||
use std::sync::Arc;
|
||||
|
||||
use axum::extract::State;
|
||||
use maud::{html, Markup, DOCTYPE};
|
||||
|
|
Loading…
Add table
Reference in a new issue