Skip to content
This repository was archived by the owner on Apr 9, 2024. It is now read-only.

Commit 69a6c22

Browse files
authored
feat: Derive Copy for Language (#406)
1 parent 175b6b8 commit 69a6c22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

acvm/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub use acir::FieldElement;
2020

2121
/// Supported NP complete languages
2222
/// This might need to be in ACIR instead
23-
#[derive(Debug, Clone)]
23+
#[derive(Debug, Clone, Copy)]
2424
pub enum Language {
2525
R1CS,
2626
PLONKCSat { width: usize },

0 commit comments

Comments
 (0)