From 5e5a286d34f8df0f80d94473bf8eed5b59c84a92 Mon Sep 17 00:00:00 2001 From: mmagician Date: Thu, 28 Sep 2023 23:51:00 +0200 Subject: [PATCH 1/2] Add CODEOWNERS --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..15f8a97 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @arkworks-rs/maintainers From 5bad0e76db339fdad632a57ec51d6ad4b60d319d Mon Sep 17 00:00:00 2001 From: mmagician Date: Fri, 29 Sep 2023 16:41:18 +0200 Subject: [PATCH 2/2] 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 )]