fix(lint): PathBuf is unused once the merge takes #22's shared disc_root
All checks were successful
CI / Native — linux (pull_request) Successful in 43m33s
CI / WASM — Web (pull_request) Successful in 31m43s
CI / Formatting (pull_request) Successful in 1m23s

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
MechaCat02
2026-09-12 16:45:05 +02:00
parent 3db0bf9aad
commit af3b36c354
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
//! Real-disc test for the movie manifest → voice binding. Skipped without
//! `SYLPHEED_DISC`.
use std::path::{Path, PathBuf};
use std::path::Path;
use sylpheed_formats::movie_manifest;
use sylpheed_formats::slb::VoiceLang;

View File

@@ -3,7 +3,7 @@
use std::fs::File;
use std::io::{Read, Seek, SeekFrom};
use std::path::{Path, PathBuf};
use std::path::Path;
use sylpheed_formats::hash::name_hash;
use sylpheed_formats::slb::{self, VoiceLang};