Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: resolve config conflict #300

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
fix: conflict
  • Loading branch information
eryue0220 committed Oct 9, 2023
commit c878d9fdb46f58c7e8dff7b36042ccd7f11e19fa
2 changes: 0 additions & 2 deletions crates/nassun/src/tarball.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#[cfg(not(target_arch = "wasm32"))]
use std::collections::HashMap;
#[cfg(not(target_arch = "wasm32"))]
use std::collections::HashSet;
#[cfg(not(target_arch = "wasm32"))]
use std::io::Write;
#[cfg(not(target_arch = "wasm32"))]
use std::io::{Read, Seek};
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.