mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-10 14:46:36 +00:00
setup clippy and make a pass on code
This commit is contained in:
committed by
qdequele
parent
ea2a64a504
commit
2143226f04
@ -159,7 +159,7 @@ pub async fn create_index(mut ctx: Request<Data>) -> SResult<Response> {
|
||||
writer.commit()?;
|
||||
|
||||
let response_body = IndexCreateResponse {
|
||||
name: name,
|
||||
name,
|
||||
uid,
|
||||
created_at,
|
||||
updated_at,
|
||||
|
Reference in New Issue
Block a user