Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jadamcrain committed May 15, 2024
1 parent 3214d07 commit 1faba13
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rodbus/tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ use rodbus::*;
use tokio::runtime::Runtime;

struct Handler {
pub coils: [bool; 10],
pub discrete_inputs: [bool; 10],
pub holding_registers: [u16; 10],
pub input_registers: [u16; 10],
coils: [bool; 10],
discrete_inputs: [bool; 10],
holding_registers: [u16; 10],
input_registers: [u16; 10],
}

impl Handler {
Expand Down

0 comments on commit 1faba13

Please sign in to comment.