Skip to content

Commit 4fb1946

Browse files
committed
Remove pub from struct
1 parent c3effbe commit 4fb1946

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

power-policy-service/tests/consumer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ impl Test for TestSingle {
9292
}
9393

9494
/// Test swapping to a higher powered device.
95-
pub struct TestSwapHigher;
95+
struct TestSwapHigher;
9696

9797
impl Test for TestSwapHigher {
9898
async fn run<'a>(

0 commit comments

Comments
 (0)