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

Remove unused const #31

Merged
merged 2 commits into from
Feb 2, 2023
Merged

Remove unused const #31

merged 2 commits into from
Feb 2, 2023

Conversation

vstakhov
Copy link
Contributor

@vstakhov vstakhov commented Feb 2, 2023

Closes: #28

@sandreim
Copy link
Collaborator

sandreim commented Feb 2, 2023

let message_channel_capacity = info.message_channel_capacity;
   |         ^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_message_channel_capacity`

@vstakhov
Copy link
Contributor Author

vstakhov commented Feb 2, 2023

My bad: it was removed in the subsequent commit with other changes :(

@drahnr drahnr merged commit 4db6c12 into master Feb 2, 2023
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.

CHANNEL_CAPACITY is unused
3 participants