setup clippy and make a pass on code

This commit is contained in:
Quentin de Quelen
2020-01-31 10:50:28 +01:00
committed by qdequele
parent ea2a64a504
commit 2143226f04
6 changed files with 14 additions and 12 deletions

View File

@ -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,