Merge pull request #24 from morenol/lmm/clippy_ci

Add clippy CI job
This commit is contained in:
morenol
2020-11-11 17:11:52 -04:00
committed by GitHub
57 changed files with 525 additions and 531 deletions
+7
View File
@@ -1,3 +1,10 @@
#![allow(
clippy::needless_range_loop,
clippy::ptr_arg,
clippy::type_complexity,
clippy::too_many_arguments,
clippy::many_single_char_names
)]
#![warn(missing_docs)]
#![warn(missing_doc_code_examples)]