Skip to content

Commit f2acadc

Browse files
Apply suggestions from code review
Co-authored-by: Ralf Jung <[email protected]>
1 parent 6688670 commit f2acadc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: RUSTDOCFLAGS="-Dwarnings" ./miri doc --document-private-items
6060

6161
coverage:
62-
name: Coverage report
62+
name: coverage report
6363
runs-on: ubuntu-latest
6464
steps:
6565
- uses: actions/checkout@v4

miri-script/src/coverage.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ impl CoverageReport {
5050
/// show_coverage_report will print coverage information using the artifact
5151
/// files in `self.path`.
5252
pub fn show_coverage_report(&self, e: &MiriEnv) -> Result<()> {
53-
let profraw_files: Vec<_> = self.profraw_files()?;
53+
let profraw_files = self.profraw_files()?;
5454

5555
let profdata_bin = path!(e.libdir / ".." / "bin" / "llvm-profdata");
5656

0 commit comments

Comments
 (0)