From 4c32e3ca72f62a987c04b6e2f209333050c38ba3 Mon Sep 17 00:00:00 2001 From: sourceturner <126549-sourceturner@users.noreply.gitlab.redox-os.org> Date: Wed, 22 Apr 2026 23:18:43 +0200 Subject: [PATCH] add comment that 'non_camel_case_types' should be allowed --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c05f7f66f5..92bd94de32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ improper_ctypes_definitions = "deny" internal_features = "allow" # core_intrinsics and lang_items irrefutable_let_patterns = "deny" mismatched_lifetime_syntaxes = "deny" -non_camel_case_types = "allow" +non_camel_case_types = "allow" # needed for most POSIX type names non_snake_case = "allow" # TODO review occuurences non_upper_case_globals = "allow" # TODO review occuurences unexpected_cfgs = "deny"