Skip to content

doc: add instructions to gitclone with submodules (#535) #1655

doc: add instructions to gitclone with submodules (#535)

doc: add instructions to gitclone with submodules (#535) #1655

GitHub Actions / clippy failed Sep 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.83.0-nightly (04a318787 2024-09-15)
  • cargo 1.83.0-nightly (c1fa840a8 2024-08-29)
  • clippy 0.1.82 (04a3187 2024-09-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)]`