Fix warnings on variables not needing mut (#48)

chore: fix compiler warnings (unused mut)
This commit is contained in:
Lars-Magnus Skog
2019-05-08 00:44:40 +02:00
committed by GitHub
parent 22285f7fa0
commit 0bbda91e77
44 changed files with 1913 additions and 2115 deletions

View File

@@ -3,7 +3,6 @@
non_camel_case_types,
non_snake_case,
non_upper_case_globals,
unused_mut,
unused_attributes,
non_upper_case_globals,
non_camel_case_types,
@@ -29,6 +28,7 @@ pub mod dc_log;
mod pgp;
pub mod dc_aheader;
pub mod dc_apeerstate;
pub mod dc_array;
pub mod dc_chat;