From 5bad0e76db339fdad632a57ec51d6ad4b60d319d Mon Sep 17 00:00:00 2001 From: mmagician Date: Fri, 29 Sep 2023 16:41:18 +0200 Subject: [PATCH] remove deprecated lint --- tests/mimc.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/mimc.rs b/tests/mimc.rs index dfd469d..c5a608b 100644 --- a/tests/mimc.rs +++ b/tests/mimc.rs @@ -6,7 +6,6 @@ stable_features, non_shorthand_field_patterns, renamed_and_removed_lints, - private_in_public, unsafe_code )]