Merge pull request #161 from rex4539/clippy #338
GitHub Actions / Clippy (MSRV)
failed
Jan 20, 2025 in 1s
Clippy (MSRV)
2 errors
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 2 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.81.0 (eeb90cda1 2024-09-04)
- cargo 1.81.0 (2dbb1af80 2024-08-20)
- clippy 0.1.81 (eeb90cd 2024-09-04)
Annotations
Check failure on line 53 in zainod/src/config.rs
github-actions / Clippy (MSRV)
empty doc comment
error: empty doc comment
--> zainod/src/config.rs:53:5
|
53 | ///
| ^^^
|
= help: consider removing or filling it
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_docs
= note: `-D clippy::empty-docs` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_docs)]`
Check failure on line 53 in zainod/src/config.rs
github-actions / Clippy (MSRV)
empty doc comment
error: empty doc comment
--> zainod/src/config.rs:53:5
|
53 | ///
| ^^^
|
= help: consider removing or filling it
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_docs
= note: `-D clippy::empty-docs` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_docs)]`
Loading