Fix clippy warnings

This commit is contained in:
AppleTheGolden
2020-05-27 20:46:59 +02:00
parent 42a0f452b1
commit c49f0ede16
6 changed files with 83 additions and 60 deletions

View File

@@ -1,4 +1,4 @@
use actix_web::{web, HttpResponse, get, post};
use actix_web::{web, HttpResponse, get};
use handlebars::*;
#[get("modeditor")]