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: Silence clippy warn about lack of Default #396

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

kulikthebird
Copy link
Contributor

No description provided.

Copy link

codecov bot commented Jul 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.83%. Comparing base (18afff1) to head (1d92fd4).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #396   +/-   ##
=======================================
  Coverage   84.82%   84.83%           
=======================================
  Files          41       41           
  Lines        2920     2921    +1     
=======================================
+ Hits         2477     2478    +1     
  Misses        443      443           

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

Copy link
Collaborator

@hashedone hashedone left a comment

Choose a reason for hiding this comment

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

LGTM

@kulikthebird kulikthebird merged commit e8ad3f5 into main Jul 18, 2024
7 checks passed
@kulikthebird kulikthebird deleted the tkulik/chore/default_clippy branch July 18, 2024 12:19
@github-actions github-actions bot mentioned this pull request Jul 18, 2024
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.

Silence clippy::new_without_default
2 participants