1
0
mirror of https://github.com/actix/actix-website synced 2025-06-27 15:39:02 +02:00

Makes clippy happy.

This commit is contained in:
Cameron Dershem
2019-06-28 14:22:51 -04:00
parent 5133ab874d
commit eb58a8692c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
use actix_web::{web, App, HttpRequest, HttpServer, Responder};
use actix_web::{web, App, HttpServer, Responder};
use serde::Serialize;
// <flexible-responders>