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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user