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

Maintenance #99

Merged
merged 5 commits into from
Aug 11, 2023
Merged

Maintenance #99

merged 5 commits into from
Aug 11, 2023

Conversation

Holzhaus
Copy link
Owner

No description provided.

Fixes the following issue:

    error: the borrowed expression implements the required traits
      --> src/main.rs:75:42
       |
    75 |     let mut reader = std::fs::File::open(&path)?;
       |                                          ^^^^^ help: change this to: `path`
       |
       = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
       = note: `-D clippy::needless-borrow` implied by `-D warnings`
@Holzhaus Holzhaus added the enhancement New feature or request label Aug 11, 2023
@Holzhaus Holzhaus merged commit 04dbcb6 into main Aug 11, 2023
4 checks passed
Copy link
Contributor

@Swiftb0y Swiftb0y left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants