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

Fix CI failure #137

Merged
merged 2 commits into from
Aug 1, 2024
Merged

Fix CI failure #137

merged 2 commits into from
Aug 1, 2024

Conversation

taiki-e
Copy link
Contributor

@taiki-e taiki-e commented Jul 31, 2024

No description provided.

```
error: lint group `rust_2018_idioms` has the same priority (0) as a lint
  --> Cargo.toml:55:1
   |
55 | rust_2018_idioms = "warn"
   | ^^^^^^^^^^^^^^^^   ------ has an implicit priority of 0
56 | single_use_lifetimes = "warn"
   | -------------------- has the same priority as this lint
   |
   = note: the order of the lints in the table is ignored by Cargo
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
   = note: `#[deny(clippy::lint_groups_priority)]` on by default
help: to have lints override the group set `rust_2018_idioms` to a lower priority
   |
55 | rust_2018_idioms = { level = "warn", priority = -1 }
   |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
@taiki-e taiki-e requested a review from OTL July 31, 2024 10:01
@taiki-e taiki-e enabled auto-merge (rebase) July 31, 2024 10:01
Copy link

codecov bot commented Jul 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.31%. Comparing base (1dca3e5) to head (290096b).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #137      +/-   ##
==========================================
- Coverage   67.37%   67.31%   -0.07%     
==========================================
  Files          13       13              
  Lines        1548     1548              
  Branches     1548     1548              
==========================================
- Hits         1043     1042       -1     
  Misses        486      486              
- Partials       19       20       +1     

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

@taiki-e taiki-e merged commit 452be78 into main Aug 1, 2024
9 of 10 checks passed
@taiki-e taiki-e deleted the taiki-e/ci branch August 1, 2024 02:49
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.

None yet

2 participants