Skip to content

Commit d551b3b

Browse files
committed
Fix linting
1 parent 0b2e18f commit d551b3b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/codequality.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
run: cargo fmt --all -- --check
2828

2929
- name: Run cargo clippy
30+
if: ${{ matrix.toolchain }} == 'stable'
3031
run: cargo clippy --workspace --all-targets -- -D warnings
3132

3233
coverage:

algorithms/linfa-tsne/examples/mnist.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ fn main() -> Result<()> {
5858
}
5959

6060
// and plot with gnuplot
61+
#[allow(clippy::zombie_processes)]
6162
Command::new("gnuplot")
6263
.arg("-p")
6364
.arg("examples/mnist_plot.plt")

0 commit comments

Comments
 (0)