Skip to content

compliance: compliance-server: Define initial compliance api

Sign in for the full log view
GitHub Actions / clippy failed Jun 29, 2024 in 0s

clippy

2 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 2
Warning 0
Note 0
Help 0

Versions

  • rustc 1.78.0-nightly (3cbb93223 2024-03-13)
  • cargo 1.78.0-nightly (7065f0ef4 2024-03-12)
  • clippy 0.1.78 (3cbb932 2024-03-13)

Annotations

Check failure on line 17 in compliance/compliance-api/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

missing documentation for the crate

error: missing documentation for the crate
  --> compliance/compliance-api/src/lib.rs:1:1
   |
1  | / use serde::{Deserialize, Serialize};
2  | |
3  | | /// The response type for a compliance check
4  | | #[derive(Debug, Clone, Serialize, Deserialize)]
...  |
16 | |     NotCompliant,
17 | | }
   | |_^
   |
   = note: requested on the command line with `-D missing-docs`

Check failure on line 17 in compliance/compliance-api/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

missing documentation for the crate

error: missing documentation for the crate
  --> compliance/compliance-api/src/lib.rs:1:1
   |
1  | / use serde::{Deserialize, Serialize};
2  | |
3  | | /// The response type for a compliance check
4  | | #[derive(Debug, Clone, Serialize, Deserialize)]
...  |
16 | |     NotCompliant,
17 | | }
   | |_^
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_docs_in_private_items
   = note: requested on the command line with `-D clippy::missing-docs-in-private-items`