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 redundant std:: prefix from type names #369

Merged
merged 1 commit into from
Dec 15, 2024

Conversation

msk
Copy link
Contributor

@msk msk commented Dec 15, 2024

This PR removes unnecessary std:: prefixes from type names throughout the codebase, improving readability and consistency.

The changes are purely cosmetic and do not affect the functionality of the code.

@msk msk added the refactor Refactoring to improve code quality label Dec 15, 2024
Copy link

codecov bot commented Dec 15, 2024

Codecov Report

Attention: Patch coverage is 83.33333% with 1 line in your changes missing coverage. Please review.

Project coverage is 70.37%. Comparing base (238fb77) to head (1af92e3).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
src/archive.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #369      +/-   ##
==========================================
+ Coverage   70.26%   70.37%   +0.11%     
==========================================
  Files          67       67              
  Lines       14400    14353      -47     
==========================================
- Hits        10118    10101      -17     
+ Misses       4282     4252      -30     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sehkone sehkone merged commit af03384 into aicers:main Dec 15, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Refactoring to improve code quality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants