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: Fix some unstable lints #971

Merged
merged 1 commit into from
Apr 30, 2024
Merged

chore: Fix some unstable lints #971

merged 1 commit into from
Apr 30, 2024

Conversation

aborgna-q
Copy link
Collaborator

Fix some lints that appear when compiling on nightly.
These are mostly double-import warnings due to importing things already included by use super::*.

@aborgna-q aborgna-q requested a review from croyzor April 24, 2024 14:01
Copy link

codecov bot commented Apr 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.78%. Comparing base (76dcc80) to head (e8571b5).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #971   +/-   ##
=======================================
  Coverage   85.77%   85.78%           
=======================================
  Files          79       79           
  Lines       14407    14408    +1     
  Branches    14407    14408    +1     
=======================================
+ Hits        12358    12360    +2     
  Misses       1412     1412           
+ Partials      637      636    -1     
Flag Coverage Δ
rust 85.78% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@aborgna-q aborgna-q force-pushed the chore/unstable-lints branch from e8d7228 to e3af1f0 Compare April 25, 2024 16:04
@aborgna-q aborgna-q force-pushed the chore/unstable-lints branch from e3af1f0 to e8571b5 Compare April 29, 2024 15:15
@aborgna-q aborgna-q added this pull request to the merge queue Apr 30, 2024
Merged via the queue into main with commit fb76c7e Apr 30, 2024
17 checks passed
@aborgna-q aborgna-q deleted the chore/unstable-lints branch April 30, 2024 12:16
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