1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 02:19:22 +02:00

Consistent import formatting (#237)

This commit is contained in:
Luca Palmieri
2022-03-29 11:46:13 +01:00
committed by GitHub
parent aebf9ccf58
commit 8fd1772d5e
14 changed files with 18 additions and 21 deletions

View File

@ -268,10 +268,11 @@ impl ProtoBufResponseBuilder for HttpResponseBuilder {
#[cfg(test)]
mod tests {
use super::*;
use actix_web::http::header;
use actix_web::test::TestRequest;
use super::*;
impl PartialEq for ProtoBufPayloadError {
fn eq(&self, other: &ProtoBufPayloadError) -> bool {
match *self {