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

Fix test warnings #158

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

gretchenfrage
Copy link

On the master branch, there are 18 warnings which occur only in test modules. These warnings are not logged by cargo check alone, but they are logged if you run cargo check --tests. This PR:

  • Fixes those warnings.
  • Makes the CI run cargo check --tests to catch such things again in the future.

(Note: cargo check --tests also logs warnings in the normal code too.)

(Note: I noticed this because I'm using the Zed editor which does this automatically in an integrated way.)

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.

1 participant