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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(rust): remove dead code #3160

Merged
merged 1 commit into from
May 16, 2023
Merged

refactor(rust): remove dead code #3160

merged 1 commit into from
May 16, 2023

Conversation

Boshen
Copy link
Contributor

@Boshen Boshen commented May 16, 2023

Having #![allow(dead_code)] at top level is a code smell.

Summary

馃 Generated by Copilot at c2c967c

Removed unused code, fields, parameters, dependencies, and attributes from various crates in the rspack project to eliminate compiler warnings and improve code quality and readability. Updated a dependency version to avoid duplication. Deleted an unused file and module.

Walkthrough

馃 Generated by Copilot at c2c967c

@github-actions github-actions bot added the team The issue/pr is created by the member of Rspack. label May 16, 2023
Copy link
Collaborator

@hyf0 hyf0 left a comment

Choose a reason for hiding this comment

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

I'm ok with the split_chunks part.

@Boshen Boshen added this pull request to the merge queue May 16, 2023
Merged via the queue into main with commit fcaa237 May 16, 2023
16 checks passed
@Boshen Boshen deleted the dead-code branch May 16, 2023 04:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team The issue/pr is created by the member of Rspack.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants