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

@ -1,3 +1,5 @@
#![allow(clippy::or_fun_call)]
pub mod data;
pub mod error;
pub mod helpers;