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

chore: remove println from tests #5015

Merged
merged 2 commits into from Sep 15, 2022
Merged

chore: remove println from tests #5015

merged 2 commits into from Sep 15, 2022

Conversation

carllerche
Copy link
Member

This patch removes println statements from tests. Some of these were used to test that types implement fmt::Debug. These println statements have been replaced with an equivalent test that does not output to STDOUT. The rest of the println statements are most likely left over from debugging sessions.

This patch removes println statements from tests. Some of these were
used to test that types implement `fmt::Debug`. These println statements
have been replaced with an equivalent test that does not output to
STDOUT. The rest of the println statements are most likely left over
from debugging sessions.
@carllerche carllerche added C-maintenance Category: PRs that clean code up or issues documenting cleanup. A-tokio Area: The main tokio crate labels Sep 14, 2022
@github-actions github-actions bot added the R-loom Run loom tests on this PR label Sep 14, 2022
@carllerche carllerche merged commit 57e08e7 into master Sep 15, 2022
@carllerche carllerche deleted the rm-println-from-tests branch September 15, 2022 01:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tokio Area: The main tokio crate C-maintenance Category: PRs that clean code up or issues documenting cleanup. R-loom Run loom tests on this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants