server: cleanup lint.

This commit is contained in:
2023-11-26 21:31:06 -08:00
parent d45f223d52
commit 87dfe4ace7
2 changed files with 3 additions and 4 deletions

View File

@@ -18,7 +18,6 @@ use server::{
error::ServerError,
graphql::{GraphqlSchema, QueryRoot},
};
use shared::Message;
#[get("/refresh")]
async fn refresh(nm: &State<Notmuch>) -> Result<Json<String>, Debug<NotmuchError>> {