We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c14e5a commit d2ab799Copy full SHA for d2ab799
crates/circuits/primitives/derive/src/cols_ref.rs
@@ -1,7 +1,6 @@
1
use itertools::Itertools;
2
-use proc_macro::TokenStream;
3
use quote::{format_ident, quote};
4
-use syn::{parse_macro_input, parse_quote, DeriveInput};
+use syn::{parse_quote, DeriveInput};
5
6
pub fn cols_ref_impl(
7
derive_input: DeriveInput,
0 commit comments