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(notifications): fix dead_code warnings #3912

Merged
merged 1 commit into from
Jan 30, 2024
Merged

Conversation

thevaibhav-dixit
Copy link
Contributor

No description provided.

@thevaibhav-dixit thevaibhav-dixit changed the title chore(notifications): add allow(dead_code) to specific fn's chore(notifications): fix dead_code warnings Jan 30, 2024
@@ -234,6 +234,7 @@ impl Subscribers {
}
}

#[allow(dead_code)]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[allow(dead_code)] is required here. Tried to prefix it as well but then clippy started giving other warnings.

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