style: clippy format

This commit is contained in:
Даниил 2024-02-24 19:53:47 +04:00
parent b0f3343a27
commit 65a00c69ec
Signed by: nm17
GPG key ID: 3303B70C59145CD4
12 changed files with 61 additions and 61 deletions

View file

@ -1,21 +1,21 @@
use derive_more::Display;
use fred::prelude::*;
use ntex::http::header::{HeaderName, HeaderValue};
use ntex::http::{HeaderMap, Response, StatusCode};
use ntex::http::{StatusCode};
use ntex::web;
use ntex::web::types::Json;
use ntex::web::{App, HttpRequest, HttpResponse};
use std::borrow::Cow;
use std::fmt::format;
use std::str::FromStr;
use ntex::web::{HttpRequest, HttpResponse};
use thiserror::Error;
use crate::ingest_protocol::error::Error;
use crate::insert_header;
use crate::web_server::old_devices_api::QSParserError;
use rust_decimal::Decimal;
use serde_json::json;
use ufmt::derive::uDebug;
#[derive(Debug, Error, Display)]
pub enum AppError {