Skip to content

Commit

Permalink
Add CODEOWNERS (#76)
Browse files Browse the repository at this point in the history
* Add CODEOWNERS

* remove deprecated lint
  • Loading branch information
mmagician authored Sep 29, 2023
1 parent f4d971e commit 23341fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @arkworks-rs/maintainers
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#![cfg_attr(not(feature = "std"), no_std)]
//! A crate for sumcheck protocol of GKR functions
#![deny(unused_import_braces, unused_qualifications, trivial_casts)]
#![deny(trivial_numeric_casts, private_in_public, variant_size_differences)]
#![deny(trivial_numeric_casts, variant_size_differences)]
#![deny(stable_features, unreachable_pub, non_shorthand_field_patterns)]
#![deny(unused_attributes, unused_mut)]
#![deny(missing_docs)]
Expand Down

0 comments on commit 23341fe

Please sign in to comment.