Skip to content

Fix test warnings#158

Open
gretchenfrage wants to merge 2 commits into
zesterer:masterfrom
gretchenfrage:fix-test-warnings
Open

Fix test warnings#158
gretchenfrage wants to merge 2 commits into
zesterer:masterfrom
gretchenfrage:fix-test-warnings

Conversation

@gretchenfrage
Copy link
Copy Markdown

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