1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

Minor lints and clippies (#557)

This commit is contained in:
Yuri Astrakhan
2022-06-07 22:53:28 -04:00
committed by GitHub
parent 7a957cee6e
commit 912de4aa46
8 changed files with 19 additions and 22 deletions

View File

@ -1,8 +1,6 @@
#[macro_use]
extern crate prost_derive;
use actix_protobuf::{ProtoBuf, ProtoBufResponseBuilder as _};
use actix_web::{middleware, web, App, HttpResponse, HttpServer, Result};
use prost_derive::Message;
#[derive(Clone, PartialEq, Message)]
pub struct MyObj {