deltachat-ffi: convert clippy warnings to errors

This commit is contained in:
Alexander Krotov
2020-07-19 23:17:51 +03:00
committed by holger krekel
parent 3bde37eabf
commit 35542189d8

View File

@@ -1,3 +1,4 @@
#![deny(clippy::all)]
#![allow(
non_camel_case_types,
non_snake_case,