Make clippy happy

This commit is contained in:
Kerollmops 2022-07-04 12:00:03 +02:00
parent d833e62282
commit aff8cd1774
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
3 changed files with 11 additions and 11 deletions

View file

@ -31,7 +31,7 @@ pub fn setup_meilisearch(opt: &Opt) -> anyhow::Result<MeiliSearch> {
let mut meilisearch = MeiliSearch::builder();
// enable autobatching?
let _ = AUTOBATCHING_ENABLED.store(
AUTOBATCHING_ENABLED.store(
opt.scheduler_options.enable_auto_batching,
std::sync::atomic::Ordering::Relaxed,
);