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 field is never read warnings on postgres test #1881

Merged
merged 1 commit into from
May 31, 2022

Conversation

walf443
Copy link
Contributor

@walf443 walf443 commented May 29, 2022

This PR will fix following warnings

tests/postgres/macros.rs#L116
field is never read: `id`

tests/postgres/macros.rs#L306
field is never read: `id`

tests/postgres/macros.rs#L307
field is never read: `name`

This warnings was produced on github actions about over 50times.

@walf443 walf443 changed the title fix field is never read on postgres test fix field is never read warnings on postgres test May 29, 2022
@abonander abonander merged commit fbee065 into launchbadge:master May 31, 2022
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.

2 participants