mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Fix some of the edition 2024 warnings
This commit is contained in:
parent
2762d5a32a
commit
aa87064a13
82 changed files with 323 additions and 317 deletions
|
@ -10,10 +10,10 @@ use crate::json;
|
|||
|
||||
macro_rules! verify_snapshot {
|
||||
(
|
||||
$orig:expr,
|
||||
$snapshot: expr,
|
||||
$orig:expr_2021,
|
||||
$snapshot: expr_2021,
|
||||
|$server:ident| =>
|
||||
$($e:expr,)+) => {
|
||||
$($e:expr_2021,)+) => {
|
||||
use std::sync::Arc;
|
||||
let snapshot = Arc::new($snapshot);
|
||||
let orig = Arc::new($orig);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue