Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-t committed Mar 31, 2024
1 parent e8b9334 commit 375e394
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions cvars-bench-compile-time/src/derive-100.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#[allow(dead_code)]
#[derive(Default, SetGet)]
pub struct Cvars {
pub test0: i32,
Expand Down
1 change: 1 addition & 0 deletions cvars-bench-compile-time/src/derive-1000.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#[allow(dead_code)]
#[derive(Default, SetGet)]
pub struct Cvars {
pub test0: i32,
Expand Down
1 change: 1 addition & 0 deletions cvars-bench-compile-time/src/derive-10000.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#[allow(dead_code)]
#[derive(Default, SetGet)]
pub struct Cvars {
pub test0: i32,
Expand Down

0 comments on commit 375e394

Please sign in to comment.