Skip to content

Commit 00932e4

Browse files
committed
TST
1 parent c5fe240 commit 00932e4

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

czkawka_core/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ default = []
123123
heif = ["dep:libheif-rs", "dep:libheif-sys"]
124124
libraw = ["dep:libraw-rs"]
125125
libavif = ["image/avif-native", "image/avif"]
126+
blake_pure = ["blake3/pure"]
126127

127128
[lints]
128129
workspace = true

czkawka_core/src/common/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ fn trash_delete<P: AsRef<Path>>(path: P) -> Result<(), String> {
140140

141141
#[cfg(any(target_os = "android", target_os = "ios"))]
142142
{
143+
let _path = path;
143144
Err("trash is not supported on this platform".to_string())
144145
}
145146
}

0 commit comments

Comments
 (0)