Skip to content

Commit

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

* Update lib.rs

* Update lib.rs

* Update lib.rs

---------

Co-authored-by: Weikeng Chen <w.k@berkeley.edu>
  • Loading branch information
mmagician and weikengchen committed Sep 29, 2023
1 parent d1c270e commit 9d9df60
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
@@ -1,7 +1,7 @@
#![cfg_attr(not(feature = "std"), no_std)]
//! A crate for polynomial commitment schemes.
#![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 9d9df60

Please sign in to comment.