Skip to content

[Feature] Command Line Interface (CLI) #2018

[Feature] Command Line Interface (CLI)

[Feature] Command Line Interface (CLI) #2018

GitHub Actions / clippy failed Sep 9, 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.82.0-beta.2 (c7c49f44a 2024-09-04)
  • cargo 1.82.0-beta.2 (8f40fc59f 2024-08-21)
  • clippy 0.1.82 (c7c49f4 2024-09-04)

Annotations

Check failure on line 30 in packages/macros/cw-orch-fns-derive/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
  --> packages/macros/cw-orch-fns-derive/src/lib.rs:26:1
   |
26 | / /// Available attributes are :
27 | | /// returns - The return type of the query
28 | | /// fn_name - Modify the generated function name (useful for query or execute variants for instance)
29 | | /// disable_fields_sorting - By default the fields are sorted on named variants. Disabled this behavior
30 | | /// into - The field can be indicated in the generated function with a type that implements `Into` the field type
   | |_
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_long_first_doc_paragraph

Check failure on line 18 in packages/macros/cw-orch-fns-derive/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
  --> packages/macros/cw-orch-fns-derive/src/lib.rs:14:1
   |
14 | / /// Available attributes are :
15 | | /// payable - The Execute function can accept funds
16 | | /// fn_name - Modify the generated function name (useful for query or execute variants for instance)
17 | | /// disable_fields_sorting - By default the fields are sorted on named variants. Disabled this behavior
18 | | /// into - The field can be indicated in the generated function with a type that implements `Into` the field type
   | |_
   |
   = 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 warnings`
   = help: to override `-D warnings` add `#[allow(clippy::too_long_first_doc_paragraph)]`