mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 02:46:29 +03:00
Fix 'non_upper_case_globals' compiler warnings
This commit is contained in:
committed by
Floris Bruynooghe
parent
6c818c6123
commit
39cc93240f
@@ -1,8 +1,6 @@
|
||||
#![allow(
|
||||
non_camel_case_types,
|
||||
non_snake_case,
|
||||
non_upper_case_globals,
|
||||
non_upper_case_globals,
|
||||
non_camel_case_types,
|
||||
non_snake_case
|
||||
)]
|
||||
|
||||
Reference in New Issue
Block a user