Skip to content

Commit 7031328

Browse files
committed
fix: Suppress dead code warning for future BloatFormat variants
1 parent 82732d5 commit 7031328

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xtask/src/bloat.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ fn generate_size_comparison(output_dir: &str) -> Result<()> {
123123
}
124124

125125
#[derive(Clone)]
126+
#[allow(dead_code)] // Json and Csv variants reserved for future use
126127
pub enum BloatFormat {
127128
Table,
128129
Json,

0 commit comments

Comments
 (0)