Clippy Book Chapter Updates Reborn: Writing tests#10596
Clippy Book Chapter Updates Reborn: Writing tests#10596bors merged 4 commits intorust-lang:masterfrom
Conversation
|
☔ The latest upstream changes (presumably #10605) made this pull request unmergeable. Please resolve the merge conflicts. |
b220918 to
04ade73
Compare
|
☔ The latest upstream changes (presumably #10653) made this pull request unmergeable. Please resolve the merge conflicts. |
c4c19e1 to
140e160
Compare
|
☔ The latest upstream changes (presumably #10595) made this pull request unmergeable. Please resolve the merge conflicts. |
Co-authored-by: Nahua <kangnahua@gmail.com>
140e160 to
289bafa
Compare
flip1995
left a comment
There was a problem hiding this comment.
Some more comments. I will address them right away.
You accidentally force pushed over a commit that I added to this branch. This can be avoided with force pushing with --force-with-lease instead of -f/--force. When using --force-with-lease, the force push will only go through if you fetched the latest state of the branch.
76a19d3 to
ad97d81
Compare
ad97d81 to
8ee6ca0
Compare
|
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
This PR adds a new chapter to the book: "Writing tests". The changes have been mainly done from reviews from #9426 and some minor re-writes.
Notes
git statuses are correct, ascargo dev new_lintchanged a lot since 2022.FIXME:.changelog: Add a new "Writing tests" chapter to the book
r? @flip1995