Merge pull request #265 from anoma/xuyang/variable_resources #550
GitHub Actions / Clippy (beta)
succeeded
Sep 14, 2024 in 1s
Clippy (beta)
4 warnings
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 0 |
Warning | 4 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.82.0-beta.3 (4976ae480 2024-09-09)
- cargo 1.82.0-beta.3 (8f40fc59f 2024-08-21)
- clippy 0.1.82 (4976ae4 2024-09-09)
Annotations
Check warning on line 30 in taiga_halo2/src/taiga_api.rs
github-actions / Clippy (beta)
first doc comment paragraph is too long
warning: first doc comment paragraph is too long
--> taiga_halo2/src/taiga_api.rs:22:1
|
22 | / /// Create a resource
23 | | /// logic is a hash of a predicate associated with the resource
24 | | /// label specifies the fungibility domain for the resource
25 | | /// value is the fungible data of the resource
... |
29 | | ///
30 | | /// In practice, input resources are fetched and decrypted from blockchain storage.
| |_
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_long_first_doc_paragraph
Check warning on line 30 in taiga_halo2/src/taiga_api.rs
github-actions / Clippy (beta)
first doc comment paragraph is too long
warning: first doc comment paragraph is too long
--> taiga_halo2/src/taiga_api.rs:22:1
|
22 | / /// Create a resource
23 | | /// logic is a hash of a predicate associated with the resource
24 | | /// label specifies the fungibility domain for the resource
25 | | /// value is the fungible data of the resource
... |
29 | | ///
30 | | /// In practice, input resources are fetched and decrypted from blockchain storage.
| |_
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_long_first_doc_paragraph
Check warning on line 118 in taiga_halo2/src/merkle_tree.rs
github-actions / Clippy (beta)
first doc comment paragraph is too long
warning: first doc comment paragraph is too long
--> taiga_halo2/src/merkle_tree.rs:117:1
|
117 | / /// A path from a position in a particular commitment tree to the root of that tree.
118 | | /// In Orchard merkle tree, they are using MerkleCRH(layer, left, right), where MerkleCRH is a sinsemilla. We are using poseidon_hash(lef...
| |_
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_long_first_doc_paragraph
= note: `-W clippy::too-long-first-doc-paragraph` implied by `-W clippy::all`
= help: to override `-W clippy::all` add `#[allow(clippy::too_long_first_doc_paragraph)]`
help: add an empty line
|
117 ~ /// A path from a position in a particular commitment tree to the root of that tree.
118 + ///
|
Check warning on line 118 in taiga_halo2/src/merkle_tree.rs
github-actions / Clippy (beta)
first doc comment paragraph is too long
warning: first doc comment paragraph is too long
--> taiga_halo2/src/merkle_tree.rs:117:1
|
117 | / /// A path from a position in a particular commitment tree to the root of that tree.
118 | | /// In Orchard merkle tree, they are using MerkleCRH(layer, left, right), where MerkleCRH is a sinsemilla. We are using poseidon_hash(lef...
| |_
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_long_first_doc_paragraph
= note: `-W clippy::too-long-first-doc-paragraph` implied by `-W clippy::all`
= help: to override `-W clippy::all` add `#[allow(clippy::too_long_first_doc_paragraph)]`
help: add an empty line
|
117 ~ /// A path from a position in a particular commitment tree to the root of that tree.
118 + ///
|
Loading