Skip to content

fix: bump paperclip-macros minor (#546) #120

fix: bump paperclip-macros minor (#546)

fix: bump paperclip-macros minor (#546) #120

GitHub Actions / clippy failed Oct 16, 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.84.0-nightly (e7c0d2750 2024-10-15)
  • cargo 1.84.0-nightly (15fbd2f60 2024-10-08)
  • clippy 0.1.83 (e7c0d27 2024-10-15)

Annotations

Check failure on line 31 in macros/src/lib.rs

See this annotation in the file changed.

@github-actions 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)]`