Skip to content

Commit

Permalink
Remove superflous bound.
Browse files Browse the repository at this point in the history
  • Loading branch information
porcuquine committed Jan 9, 2024
1 parent 990c0da commit 19620fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coprocessor/memoset/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pub trait CircuitQuery<F: LurkField> {
}

#[derive(Debug, Clone)]
pub enum DemoQuery<F: LurkField> {
pub enum DemoQuery<F> {
Factorial(Ptr),
Phantom(F),
}
Expand Down

0 comments on commit 19620fc

Please sign in to comment.