Skip to content

Commit 56dceaa

Browse files
committed
Remove pub
1 parent 8e7d151 commit 56dceaa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

crates/cheatnet/src/state.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,10 @@ impl<T> CheatStatus<T> {
203203
}
204204
}
205205

206-
#[derive(Clone, Debug)]
206+
#[derive(Debug)]
207207
pub struct GasReportData {
208-
pub execution_summary: ExecutionSummary,
208+
#[expect(dead_code)]
209+
execution_summary: ExecutionSummary,
209210
}
210211

211212
impl GasReportData {

0 commit comments

Comments
 (0)