Skip to content

Commit a3b9c2d

Browse files
Merge pull request #1034 from Mark-Simulacrum/fix-warning
Fix warning
2 parents 4e21bf3 + 192aae7 commit a3b9c2d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353

5454
- name: cargo check
5555
run: cargo check
56+
env:
57+
RUSTFLAGS: -Dwarnings
5658

5759
test_benchmarks:
5860
strategy:

site/src/self_profile.rs

-1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,5 @@ pub fn generate(
5757
is_download: false,
5858
})
5959
}
60-
_ => anyhow::bail!("Unknown type, specify type={crox,flamegraph,codegen-schedule}"),
6160
}
6261
}

0 commit comments

Comments
 (0)