Skip to content

Commit 5544143

Browse files
committed
Fix lint
1 parent 5f49111 commit 5544143

File tree

1 file changed

+1
-0
lines changed
  • crates/op-rbuilder/src/integration

1 file changed

+1
-0
lines changed

crates/op-rbuilder/src/integration/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ pub struct TestHarness {
292292
builder_auth_rpc_port: u16,
293293
builder_http_port: u16,
294294
validator_auth_rpc_port: u16,
295+
#[allow(dead_code)] // I think this is due to some feature flag conflicts
295296
builder_log_path: PathBuf,
296297
}
297298

0 commit comments

Comments
 (0)