Skip to content

Commit

Permalink
removed unreachable_pub
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-barrett committed Jan 12, 2024
1 parent 0f5441f commit 1d40c7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/coprocessor/memoset/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ where
fn index(&self) -> usize;
}

#[allow(unreachable_pub)]
pub trait CircuitQuery<F: LurkField>
where
Self: Sized + Clone,
Expand Down

0 comments on commit 1d40c7b

Please sign in to comment.