-
Notifications
You must be signed in to change notification settings - Fork 1
Tighten up clippy #22
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
Conversation
The proposed diff is not cd <path/to/repo/checkout> # NOTE: use your own path here
unzip rustfmt.patch.zip
git stash # Temporairly stash away any preexisting diff
git apply rustfmt.patch # Apply the diff
git add -u # Stage changed files
git commit -m "Applying rustfmt" # Commit the patch
git push
git stash pop # Unstast preexisting diff
rm rustfmt.patch.zip rustfmt.patch |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #22 +/- ##
==========================================
- Coverage 93.69% 93.69% -0.01%
==========================================
Files 24 24
Lines 2809 2808 -1
Branches 2809 2808 -1
==========================================
- Hits 2632 2631 -1
Misses 3 3
Partials 174 174
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.