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
No known key found for this signature in database
GPG key ID: B3F0A000EBF11745
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,