Skip to content

Commit d2ab799

Browse files
fix lint errors
1 parent 6c14e5a commit d2ab799

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/circuits/primitives/derive/src/cols_ref.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
use itertools::Itertools;
2-
use proc_macro::TokenStream;
32
use quote::{format_ident, quote};
4-
use syn::{parse_macro_input, parse_quote, DeriveInput};
3+
use syn::{parse_quote, DeriveInput};
54

65
pub fn cols_ref_impl(
76
derive_input: DeriveInput,

0 commit comments

Comments
 (0)