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

Replace #[allow(unused_code)] with #[allow(dead_code)] in indexmap.rs #150

Merged
merged 3 commits into from
Jun 11, 2022

Conversation

Weibye
Copy link
Collaborator

@Weibye Weibye commented Jun 11, 2022

Objective

#[allow(dead_code)] is the correct lint to use here, so lets start using it.

Context

Noticed @alice-i-cecile did this change in #144, this just does the same in isolation. Feel free to close this one out if we'd rather just merge that one.

@Weibye Weibye changed the title Replace #[allow(unused_code)] with #[allow(dead_code] in indexmap.rs Replace #[allow(unused_code)] with #[allow(dead_code)] in indexmap.rs Jun 11, 2022
@alice-i-cecile alice-i-cecile added the code quality Make the code cleaner or prettier. label Jun 11, 2022
@alice-i-cecile alice-i-cecile enabled auto-merge (squash) June 11, 2022 14:32
@alice-i-cecile alice-i-cecile merged commit 999f893 into DioxusLabs:main Jun 11, 2022
@Weibye Weibye deleted the dead-code branch June 11, 2022 15:19
jkelleyrtp pushed a commit that referenced this pull request Oct 10, 2022
Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code quality Make the code cleaner or prettier.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants