Skip to content

Commit 401e0ef

Browse files
committed
Fix warnings
1 parent 4e0da3f commit 401e0ef

File tree

2 files changed

+0
-2
lines changed
  • tests/difftests/tests/simple-compute

2 files changed

+0
-2
lines changed

tests/difftests/tests/simple-compute/simple-compute-rust/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
use difftest::config::Config;
22
use difftest::scaffold::compute::{RustComputeShader, WgpuComputeTest};
3-
use std::path::PathBuf;
43

54
fn main() {
65
// Load the config from the harness.

tests/difftests/tests/simple-compute/simple-compute-wgsl/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
use difftest::config::Config;
22
use difftest::scaffold::compute::{WgpuComputeTest, WgslComputeShader};
3-
use std::path::PathBuf;
43

54
fn main() {
65
// Load the config from the harness.

0 commit comments

Comments
 (0)