Skip to content

Update deps and version up #236

Update deps and version up

Update deps and version up #236

GitHub Actions / clippy succeeded Nov 11, 2024 in 1m 12s

clippy

5498 warnings

Details

Results

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

Versions

  • rustc 1.84.0-nightly (143ce0920 2024-11-10)
  • cargo 1.84.0-nightly (4a2d8dc63 2024-11-09)
  • clippy 0.1.84 (143ce0920a 2024-11-10)

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 without indentation

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

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

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

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

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

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

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

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

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

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

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

warning: doc list item without 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 464 in docusign/src/utils.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

the following explicit lifetimes could be elided: 'de

warning: the following explicit lifetimes could be elided: 'de
   --> docusign/src/utils.rs:464:6
    |
464 | impl<'de> Visitor<'de> for F64Visitor {
    |      ^^^          ^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
    |
464 - impl<'de> Visitor<'de> for F64Visitor {
464 + impl Visitor<'_> for F64Visitor {
    |

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 373 in docusign/src/utils.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

the following explicit lifetimes could be elided: 'de

warning: the following explicit lifetimes could be elided: 'de
   --> docusign/src/utils.rs:373:6
    |
373 | impl<'de> Visitor<'de> for F32Visitor {
    |      ^^^          ^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
    |
373 - impl<'de> Visitor<'de> for F32Visitor {
373 + impl Visitor<'_> for F32Visitor {
    |

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

See this annotation in the file changed.

@github-actions github-actions / clippy

the following explicit lifetimes could be elided: 'de

warning: the following explicit lifetimes could be elided: 'de
   --> docusign/src/utils.rs:306:6
    |
306 | impl<'de> Visitor<'de> for I64Visitor {
    |      ^^^          ^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
    |
306 - impl<'de> Visitor<'de> for I64Visitor {
306 + impl Visitor<'_> for I64Visitor {
    |

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 234 in docusign/src/utils.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

the following explicit lifetimes could be elided: 'de

warning: the following explicit lifetimes could be elided: 'de
   --> docusign/src/utils.rs:234:6
    |
234 | impl<'de> Visitor<'de> for I32Visitor {
    |      ^^^          ^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
    |
234 - impl<'de> Visitor<'de> for I32Visitor {
234 + impl Visitor<'_> for I32Visitor {
    |

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

See this annotation in the file changed.

@github-actions github-actions / clippy

the following explicit lifetimes could be elided: 'de

warning: the following explicit lifetimes could be elided: 'de
   --> docusign/src/utils.rs:169:6
    |
169 | impl<'de> Visitor<'de> for BoolVisitor {
    |      ^^^          ^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
    = note: `#[warn(clippy::needless_lifetimes)]` on by default
help: elide the lifetimes
    |
169 - impl<'de> Visitor<'de> for BoolVisitor {
169 + impl Visitor<'_> for BoolVisitor {
    |

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