mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
fmt
This commit is contained in:
parent
4eef0cd332
commit
106cc7fe3a
7 changed files with 21 additions and 28 deletions
|
@ -9,8 +9,7 @@ use urlencoding::encode as urlencode;
|
|||
|
||||
use super::encoder::Encoder;
|
||||
use super::service::Service;
|
||||
use super::Value;
|
||||
use super::{Owned, Shared};
|
||||
use super::{Owned, Shared, Value};
|
||||
use crate::json;
|
||||
|
||||
pub struct Index<'a, State = Owned> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue