feat: add quirks path
This commit is contained in:
@@ -457,11 +457,7 @@ pub mod tests {
|
||||
let docker = testcontainers::clients::Cli::default();
|
||||
let image = create_qbit_testcontainer();
|
||||
|
||||
let container = docker.run(image);
|
||||
|
||||
let mut exec = ExecCommand::default();
|
||||
|
||||
container.exec(exec);
|
||||
let _container = docker.run(image);
|
||||
|
||||
test_qbittorrent_downloader_impl().await;
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
use std::path::PathBuf;
|
||||
use std::{borrow::Cow, collections::VecDeque, path::PathBuf};
|
||||
|
||||
use lazy_static::lazy_static;
|
||||
pub use uni_path::{Path as VFSSubPath, PathBuf as VFSSubPathBuf};
|
||||
@@ -77,8 +77,8 @@ impl<'a> VFSPath<'a> {
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct VFSPathBuf {
|
||||
pub root: String,
|
||||
pub sub: VFSSubPathBuf,
|
||||
root: String,
|
||||
sub: VFSSubPathBuf,
|
||||
}
|
||||
|
||||
impl VFSPathBuf {
|
||||
|
||||
Reference in New Issue
Block a user