mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-25 22:34:28 +01:00
Merge #1656
1656: Remove unused Arc import r=MarinPostma a=Kerollmops This PR removes a warning introduced by #1606 which removed Sentry that was using an `Arc` but forgot to remove the scope import, we remove it here. Co-authored-by: Kerollmops <clement@meilisearch.com>
This commit is contained in:
commit
b6fec60243
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user