makes clippy happy

This commit is contained in:
Tamo 2021-10-06 12:33:25 +02:00
parent 9a1e44dc78
commit 66dbd3cd34
No known key found for this signature in database
GPG key ID: 20CD8020AFA88D69
3 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,8 @@
#![allow(dead_code)]
mod common;
use crate::common::{GetAllDocumentsOptions, Server};
use crate::common::Server;
use actix_web::test;
use meilisearch_http::create_app;
use serde_json::{json, Value};