mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-26 03:55:07 +08:00
Remove unused Arc import
This commit is contained in:
parent
23ccf4429e
commit
9d0fa8112b
@ -7,8 +7,6 @@ use structopt::StructOpt;
|
|||||||
|
|
||||||
#[cfg(all(not(debug_assertions), feature = "analytics"))]
|
#[cfg(all(not(debug_assertions), feature = "analytics"))]
|
||||||
use meilisearch_http::analytics;
|
use meilisearch_http::analytics;
|
||||||
#[cfg(all(not(debug_assertions), feature = "analytics"))]
|
|
||||||
use std::sync::Arc;
|
|
||||||
|
|
||||||
#[cfg(target_os = "linux")]
|
#[cfg(target_os = "linux")]
|
||||||
#[global_allocator]
|
#[global_allocator]
|
||||||
|
Loading…
Reference in New Issue
Block a user