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

Remove unnecessary borrows #692

Merged
merged 3 commits into from Aug 18, 2021
Merged

Remove unnecessary borrows #692

merged 3 commits into from Aug 18, 2021

Conversation

benarmstead
Copy link

These borrows are not necessary and de-referenced by the compiler.

Ben Armstead and others added 3 commits August 18, 2021 09:11
This reverts commit e5c6ae4.

Revert "Ignore clippy needless_borrow lint failures"

This reverts commit f956a38.

Revert revert of clippy fix
@dandavison
Copy link
Owner

Hey @benarmstead, thanks very much for doing this. A few days ago I disabled this clippy check in github actions as a temporary measure, so I've pushed a commit to your branch reverting that. I'll merge when the build is green!

@benarmstead
Copy link
Author

No problem, great to hear!

@dandavison dandavison merged commit ea3417a into dandavison:master Aug 18, 2021
Kr1ss-XD added a commit to Kr1ss-XD/delta that referenced this pull request Aug 22, 2021
* upstream/master:
  Refactor: use Option to model sometimes-null highlighter (dandavison#698)
  Add some test coverage for truncate_str with a multibyte unicode character
  Use "syntax theme" terminology in show-syntax-themes output (dandavison#697)
  Fix deadlock in `git diff` mode (dandavison#695)
  Fix empty line highlighting (dandavison#642)
  Revert "Add failing test that gitconfig insteadOf is honored"
  Add failing test that gitconfig insteadOf is honored
  Support `insteadOf` replacements in git remote URLs
  Hold GitConfig in main Config struct
  Revert "Support `insteadOf` replacements in git remote URLs"
  Support `insteadOf` replacements in git remote URLs
  Refactoring for dandavison#693 (dandavison#696)
  Make it possible to jump between files when navigate is active (dandavison#684)
  Bump dev version number
  Compile delta from source in dockerfile
  Fix computed values to be computed after all set_options (dandavison#690)
  Remove unnecessary borrows (dandavison#692)
  Bump bitflags from 1.3.1 to 1.3.2 (dandavison#691)
  Bump git2 from 0.13.20 to 0.13.21 (dandavison#687)
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.

None yet

2 participants