Skip to content

Commit 64b0aaa

Browse files
lint errors
1 parent eb79f34 commit 64b0aaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/circuits/primitives/derive/tests/test_cols_ref.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ impl TestConfig for TestConfigImpl {
1010
const M: usize = 2;
1111
}
1212

13-
#[allow(dead_code)] // TestCols isn't acutally used in the code. silence clippy warning
13+
#[allow(dead_code)] // TestCols isn't actually used in the code. silence clippy warning
1414
#[derive(ColsRef)]
1515
#[config(TestConfig)]
1616
struct TestCols<T, const N: usize, const M: usize> {
@@ -24,7 +24,7 @@ struct TestCols<T, const N: usize, const M: usize> {
2424
nested_array_of_aligned_borrow: [[TestAlignedBorrow<T>; N]; N],
2525
}
2626

27-
#[allow(dead_code)] // TestSubCols isn't acutally used in the code. silence clippy warning
27+
#[allow(dead_code)] // TestSubCols isn't actually used in the code. silence clippy warning
2828
#[derive(ColsRef, Debug)]
2929
#[config(TestConfig)]
3030
struct TestSubCols<T, const M: usize> {

0 commit comments

Comments
 (0)