Skip to content

Make middleware default #237

Make middleware default

Make middleware default #237

GitHub Actions / clippy succeeded Dec 9, 2024 in 1m 20s

clippy

5394 warnings

Details

Results

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

Versions

  • rustc 1.85.0-nightly (4d669fb34 2024-12-08)
  • cargo 1.85.0-nightly (20a443231 2024-12-06)
  • clippy 0.1.85 (4d669fb34e 2024-12-08)

Annotations

Check warning on line 5256 in docusign/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item without indentation

warning: doc list item without indentation
    --> docusign/src/lib.rs:5256:8
     |
5256 |     ///.
     |        ^
     |
     = help: if this is supposed to be its own paragraph, add a blank line
     = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
     |
5256 |     ///  .
     |        ++

Check warning on line 5181 in docusign/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item without indentation

warning: doc list item without indentation
    --> docusign/src/lib.rs:5181:8
     |
5181 |     ///.
     |        ^
     |
     = help: if this is supposed to be its own paragraph, add a blank line
     = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
     |
5181 |     ///  .
     |        ++

Check warning on line 5177 in docusign/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item without indentation

warning: doc list item without indentation
    --> docusign/src/lib.rs:5177:8
     |
5177 |     ///required for a signer.
     |        ^
     |
     = help: if this is supposed to be its own paragraph, add a blank line
     = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
     |
5177 |     ///  required for a signer.
     |        ++

Check warning on line 5175 in docusign/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item without indentation

warning: doc list item without indentation
    --> docusign/src/lib.rs:5175:8
     |
5175 |     ///only recipient in a routing order. Edit the routing order or remove the digital certificate requirement.
     |        ^
     |
     = help: if this is supposed to be its own paragraph, add a blank line
     = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
     |
5175 |     ///  only recipient in a routing order. Edit the routing order or remove the digital certificate requirement.
     |        ++

Check warning on line 5173 in docusign/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item without indentation

warning: doc list item without indentation
    --> docusign/src/lib.rs:5173:8
     |
5173 |     ///least one required, non-conditional signature or initials tab.
     |        ^
     |
     = help: if this is supposed to be its own paragraph, add a blank line
     = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
     |
5173 |     ///  least one required, non-conditional signature or initials tab.
     |        ++

Check warning on line 5171 in docusign/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item without indentation

warning: doc list item without indentation
    --> docusign/src/lib.rs:5171:8
     |
5171 |     ///for a signer.
     |        ^
     |
     = help: if this is supposed to be its own paragraph, add a blank line
     = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
     |
5171 |     ///  for a signer.
     |        ++

Check warning on line 5065 in docusign/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item without indentation

warning: doc list item without indentation
    --> docusign/src/lib.rs:5065:8
     |
5065 |     ///.
     |        ^
     |
     = help: if this is supposed to be its own paragraph, add a blank line
     = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
     |
5065 |     ///  .
     |        ++

Check warning on line 4995 in docusign/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item without indentation

warning: doc list item without indentation
    --> docusign/src/lib.rs:4995:8
     |
4995 |     ///For example, you might want to add a Sign Here tab to the "Borrower's Signature" lines in a document, but that phrase might occur ...
     |        ^
     |
     = help: if this is supposed to be its own paragraph, add a blank line
     = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
     |
4995 |     ///   For example, you might want to add a Sign Here tab to the "Borrower's Signature" lines in a document, but that phrase might occur in places in the document where you don't want to tab to appear. In this case, you could add the text "BorrowerSignHere" in white font color (so that isn't visible in the document) to all the places you want Sign Here tabs to appear and use "BorrowerSignHere" as the anchor string.
     |        +++

Check warning on line 4994 in docusign/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item without indentation

warning: doc list item without indentation
    --> docusign/src/lib.rs:4994:8
     |
4994 |     ///For best performance DocuSign recommends using single word anchor strings when possible, especially when there are a large number ...
     |        ^
     |
     = help: if this is supposed to be its own paragraph, add a blank line
     = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
     |
4994 |     ///   For best performance DocuSign recommends using single word anchor strings when possible, especially when there are a large number of pages in the envelope.
     |        +++

Check warning on line 4154 in docusign/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item without indentation

warning: doc list item without indentation
    --> docusign/src/lib.rs:4154:8
     |
4154 |     ///.
     |        ^
     |
     = help: if this is supposed to be its own paragraph, add a blank line
     = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
     |
4154 |     ///  .
     |        ++

Check warning on line 4079 in docusign/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item without indentation

warning: doc list item without indentation
    --> docusign/src/lib.rs:4079:8
     |
4079 |     ///For example, you might want to add a Sign Here tab to the "Borrower's Signature" lines in a document, but that phrase might occur ...
     |        ^
     |
     = help: if this is supposed to be its own paragraph, add a blank line
     = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
     |
4079 |     ///   For example, you might want to add a Sign Here tab to the "Borrower's Signature" lines in a document, but that phrase might occur in places in the document where you don't want to tab to appear. In this case, you could add the text "BorrowerSignHere" in white font color (so that isn't visible in the document) to all the places you want Sign Here tabs to appear and use "BorrowerSignHere" as the anchor string.
     |        +++

Check warning on line 4078 in docusign/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item without indentation

warning: doc list item without indentation
    --> docusign/src/lib.rs:4078:8
     |
4078 |     ///For best performance DocuSign recommends using single word anchor strings when possible, especially when there are a large number ...
     |        ^
     |
     = help: if this is supposed to be its own paragraph, add a blank line
     = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
     |
4078 |     ///   For best performance DocuSign recommends using single word anchor strings when possible, especially when there are a large number of pages in the envelope.
     |        +++

Check warning on line 405 in docusign/src/utils.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

importing legacy numeric constants

warning: importing legacy numeric constants
   --> docusign/src/utils.rs:405:13
    |
405 |         use std::i32;
    |             ^^^^^^^^
    |
    = help: remove this import
    = note: then `i32::<CONST>` will resolve to the respective associated constant
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants

Check warning on line 266 in docusign/src/utils.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

importing legacy numeric constants

warning: importing legacy numeric constants
   --> docusign/src/utils.rs:266:13
    |
266 |         use std::i32;
    |             ^^^^^^^^
    |
    = help: remove this import
    = note: then `i32::<CONST>` will resolve to the respective associated constant
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants
    = note: `#[warn(clippy::legacy_numeric_constants)]` on by default

Check warning on line 46 in docusign/src/users.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item without indentation

warning: doc list item without indentation
  --> docusign/src/users.rs:46:8
   |
46 |      *   .
   |        ^^
   |
   = help: if this is supposed to be its own paragraph, add a blank line
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
   |
46 |      *     .
   |          ++

Check warning on line 100562 in docusign/src/types.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

empty doc comment

warning: empty doc comment
      --> docusign/src/types.rs:100560:5
       |
100560 | /     /**
100561 | |      *
100562 | |      */
       | |_______^
       |
       = help: consider removing or filling it
       = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_docs

Check warning on line 100553 in docusign/src/types.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

empty doc comment

warning: empty doc comment
      --> docusign/src/types.rs:100551:5
       |
100551 | /     /**
100552 | |      *
100553 | |      */
       | |_______^
       |
       = help: consider removing or filling it
       = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_docs

Check warning on line 100543 in docusign/src/types.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

empty doc comment

warning: empty doc comment
      --> docusign/src/types.rs:100541:5
       |
100541 | /     /**
100542 | |      *
100543 | |      */
       | |_______^
       |
       = help: consider removing or filling it
       = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_docs

Check warning on line 100534 in docusign/src/types.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

empty doc comment

warning: empty doc comment
      --> docusign/src/types.rs:100532:5
       |
100532 | /     /**
100533 | |      *
100534 | |      */
       | |_______^
       |
       = help: consider removing or filling it
       = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_docs

Check warning on line 100524 in docusign/src/types.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

empty doc comment

warning: empty doc comment
      --> docusign/src/types.rs:100522:5
       |
100522 | /     /**
100523 | |      *
100524 | |      */
       | |_______^
       |
       = help: consider removing or filling it
       = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_docs

Check warning on line 100514 in docusign/src/types.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

empty doc comment

warning: empty doc comment
      --> docusign/src/types.rs:100512:5
       |
100512 | /     /**
100513 | |      *
100514 | |      */
       | |_______^
       |
       = help: consider removing or filling it
       = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_docs

Check warning on line 100505 in docusign/src/types.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

empty doc comment

warning: empty doc comment
      --> docusign/src/types.rs:100503:5
       |
100503 | /     /**
100504 | |      *
100505 | |      */
       | |_______^
       |
       = help: consider removing or filling it
       = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_docs

Check warning on line 100496 in docusign/src/types.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

empty doc comment

warning: empty doc comment
      --> docusign/src/types.rs:100494:5
       |
100494 | /     /**
100495 | |      *
100496 | |      */
       | |_______^
       |
       = help: consider removing or filling it
       = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_docs

Check warning on line 100486 in docusign/src/types.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

empty doc comment

warning: empty doc comment
      --> docusign/src/types.rs:100484:5
       |
100484 | /     /**
100485 | |      *
100486 | |      */
       | |_______^
       |
       = help: consider removing or filling it
       = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_docs

Check warning on line 100481 in docusign/src/types.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

empty doc comment

warning: empty doc comment
      --> docusign/src/types.rs:100481:1
       |
100481 | ///
       | ^^^
       |
       = help: consider removing or filling it
       = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_docs