Remove unused Arc import

This commit is contained in:
Kerollmops 2021-08-31 14:50:36 +02:00
parent 23ccf4429e
commit 9d0fa8112b
No known key found for this signature in database
GPG Key ID: 92ADA4E935E71FA4
1 changed files with 0 additions and 2 deletions

View File

@ -7,8 +7,6 @@ use structopt::StructOpt;
#[cfg(all(not(debug_assertions), feature = "analytics"))]
use meilisearch_http::analytics;
#[cfg(all(not(debug_assertions), feature = "analytics"))]
use std::sync::Arc;
#[cfg(target_os = "linux")]
#[global_allocator]