Skip to content

⬆️ Update 👷 GitHub Action reviewdog/action-yamllint to 508148c #1436

⬆️ Update 👷 GitHub Action reviewdog/action-yamllint to 508148c

⬆️ Update 👷 GitHub Action reviewdog/action-yamllint to 508148c #1436

GitHub Actions / clippy succeeded Jun 23, 2024 in 1s

reviewdog [clippy] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (2)

src/lib.rs|72 col 56| warning: unused import: iter::*
--> src/lib.rs:72:56
|
72 | pub use crate::{aberration::, concern::, convert::, iter::, outcome::*};
| ^^^^^^^
|
= note: #[warn(unused_imports)] on by default
src/private.rs|14 col 11| warning: trait Sealed is never used
--> src/private.rs:14:11
|
14 | pub trait Sealed {}
| ^^^^^^
|
= note: #[warn(dead_code)] on by default