Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to reqwest 0.12 #91

Merged
merged 5 commits into from
May 29, 2024

Update to reqwest-conditional-middleware release

faaf7fc
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Upgrade to reqwest 0.12 #91

Update to reqwest-conditional-middleware release
faaf7fc
Select commit
Loading
Failed to load commit list.
GitHub Actions / clippy succeeded May 29, 2024 in 1m 33s

clippy

5397 warnings

Details

Results

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

Versions

  • rustc 1.80.0-nightly (da159eb33 2024-05-28)
  • cargo 1.80.0-nightly (431db31d0 2024-05-28)
  • clippy 0.1.80 (da159eb 2024-05-28)

Annotations

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

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

warning: doc list item missing indentation
    --> docusign/src/lib.rs:5247:8
     |
5247 |     ///.
     |        ^
     |
     = 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
     |
5247 |     ///  .
     |        ++

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

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

warning: doc list item missing indentation
    --> docusign/src/lib.rs:5172:8
     |
5172 |     ///.
     |        ^
     |
     = 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
     |
5172 |     ///  .
     |        ++

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

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

warning: doc list item missing indentation
    --> docusign/src/lib.rs:5168:8
     |
5168 |     ///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
     |
5168 |     ///  required for a signer.
     |        ++

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

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

warning: doc list item missing indentation
    --> docusign/src/lib.rs:5166:8
     |
5166 |     ///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
     |
5166 |     ///  only recipient in a routing order. Edit the routing order or remove the digital certificate requirement.
     |        ++

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

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

warning: doc list item missing indentation
    --> docusign/src/lib.rs:5164:8
     |
5164 |     ///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
     |
5164 |     ///  least one required, non-conditional signature or initials tab.
     |        ++

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

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

warning: doc list item missing indentation
    --> docusign/src/lib.rs:5162:8
     |
5162 |     ///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
     |
5162 |     ///  for a signer.
     |        ++

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

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

warning: doc list item missing indentation
    --> docusign/src/lib.rs:5056:8
     |
5056 |     ///.
     |        ^
     |
     = 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
     |
5056 |     ///  .
     |        ++

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

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

warning: doc list item missing indentation
    --> docusign/src/lib.rs:4986:8
     |
4986 |     ///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
     |
4986 |     ///   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 4985 in docusign/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

warning: doc list item missing indentation
    --> docusign/src/lib.rs:4985:8
     |
4985 |     ///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
     |
4985 |     ///   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 4145 in docusign/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

warning: doc list item missing indentation
    --> docusign/src/lib.rs:4145:8
     |
4145 |     ///.
     |        ^
     |
     = 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
     |
4145 |     ///  .
     |        ++

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

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

warning: doc list item missing indentation
    --> docusign/src/lib.rs:4070:8
     |
4070 |     ///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
     |
4070 |     ///   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 4069 in docusign/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

warning: doc list item missing indentation
    --> docusign/src/lib.rs:4069:8
     |
4069 |     ///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
     |
4069 |     ///   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 missing indentation

warning: doc list item missing 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