Skip to content

Commit

Permalink
feat: remove send + sync constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
hardfist committed Sep 9, 2024
1 parent 29f510b commit 2b28caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/file_system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use std::{
use pnp::fs::{LruZipCache, VPath, VPathInfo, ZipCache};

/// File System abstraction used for `ResolverGeneric`
pub trait FileSystem: Send + Sync {
pub trait FileSystem {
/// See [std::fs::read_to_string]
///
/// # Errors
Expand Down

0 comments on commit 2b28caa

Please sign in to comment.