mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 21:36:29 +03:00
Fix warnings on variables not needing mut (#48)
chore: fix compiler warnings (unused mut)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user