Skip to content

Commit

Permalink
apply changes from vorot93:vorot93#4
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-bonez committed Sep 8, 2021
1 parent cc2e9f2 commit 1da4154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/archive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ impl<R: Read + Unpin> ArchiveBuilder<R> {
}
}

impl<R: Read + Unpin + Sync + Send> Archive<R> {
impl<R: Read + Unpin + Send> Archive<R> {
/// Create a new archive with the underlying object as the reader.
pub fn new(obj: R) -> Archive<R> {
Archive {
Expand Down

0 comments on commit 1da4154

Please sign in to comment.