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: remove-commented code file.rs #53

Merged
merged 2 commits into from
Oct 15, 2024

Conversation

ChinmayShringi
Copy link
Contributor

Fixes #45

This PR removes commented code from the specified files to enhance code readability and maintainability. The goal is to ensure the codebase remains clean, with no unused or redundant code, ultimately improving the developer experience.

Type of change

  • Chore (code quality improvement that doesn’t affect functionality)

How Has This Been Tested?

Since this PR only involves the removal of commented code, no functional tests were required. Basic linting and the following test cases were run to ensure no regressions were introduced.

  • cargo build

Checklist:

  • My code follows the style guidelines of this project.
  • I have removed all commented-out code in the relevant files.
  • My changes generate no new warnings.
  • All existing tests pass to confirm no regressions were introduced.
  • Any dependent changes have been added to corresponding pull requests (if applicable).

Copy link
Member

@Yaxuan-w Yaxuan-w left a comment

Choose a reason for hiding this comment

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

LGTM

@Yaxuan-w Yaxuan-w merged commit 8be117b into main Oct 15, 2024
1 check failed
@Yaxuan-w Yaxuan-w deleted the chore/remove-comments-interface-file branch October 15, 2024 17:39
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.

Eliminate Interface Directory/Reorganize necessary files
2 participants