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

Reformat and keep with ci #7

Merged
merged 10 commits into from
Aug 12, 2023
Merged

Reformat and keep with ci #7

merged 10 commits into from
Aug 12, 2023

Conversation

anatawa12
Copy link
Owner

No description provided.

.github/workflows/ci.yml Show resolved Hide resolved
.github/workflows/ci.yml Show resolved Hide resolved
.github/workflows/ci.yml Outdated Show resolved Hide resolved
@NobodyXu
Copy link
Collaborator

There's still some warnings though:

  --> tests/7zip_compatiblity_test.rs:45:9
   |
45 |     let mut temp_dir = TempDir::new().unwrap();
   |         ----^^^^^^^^
   |         |
   |         help: remove this `mut`
   |
   = note: `#[warn(unused_mut)]` on by default

warning: variable does not need to be mutable
  --> tests/7zip_compatiblity_test.rs:55:9
   |
55 |     let mut seven_zip_process = Command::new(seven_zip)
   |         ----^^^^^^^^^^^^^^^^^
   |         |
   |         help: remove this `mut`

@anatawa12
Copy link
Owner Author

Thank you for quick reviewing again.

@anatawa12 anatawa12 merged commit f72e475 into master Aug 12, 2023
2 checks passed
@anatawa12 anatawa12 deleted the reformat branch August 12, 2023 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants