fix: use re-export of serde_json in macros (#541) #118
GitHub Actions / clippy
failed
Sep 23, 2024 in 0s
clippy
1 error
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 1 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.83.0-nightly (6c6d21008 2024-09-22)
- cargo 1.83.0-nightly (eaee77dc1 2024-09-19)
- clippy 0.1.82 (6c6d210 2024-09-22)
Annotations
Check failure on line 31 in macros/src/lib.rs
github-actions / clippy
first doc comment paragraph is too long
error: first doc comment paragraph is too long
--> macros/src/lib.rs:28:1
|
28 | / /// Converts your struct to support deserializing from an OpenAPI v2
29 | | /// [Schema](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#schemaObject)
30 | | /// object ([example](https://paperclip-rs.github.io/paperclip/paperclip/v2/)). This adds the necessary fields (in addition to your own f...
31 | | /// `Schema` trait for parsing and codegen.
| |_
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_long_first_doc_paragraph
= note: `-D clippy::too-long-first-doc-paragraph` implied by `-D clippy::all`
= help: to override `-D clippy::all` add `#[allow(clippy::too_long_first_doc_paragraph)]`
Loading