Skip to content
GitHub Actions / Clippy failed Sep 28, 2023 in 1s

Clippy

64 errors

Details

Results

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

Versions

  • rustc 1.72.1 (d5c2e9c34 2023-09-13)
  • cargo 1.72.1 (103a7ff2e 2023-08-15)
  • clippy 0.1.72 (d5c2e9c 2023-09-13)

Annotations

Check failure on line 55 in taiga_halo2/src/merkle_tree.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

failed to resolve: could not find `io` in `borsh`

error[E0433]: failed to resolve: could not find `io` in `borsh`
  --> taiga_halo2/src/merkle_tree.rs:55:54
   |
55 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |                                                      ^^^^^^^^^^^^^^^^ could not find `io` in `borsh`
   |
   = note: this error originates in the derive macro `BorshDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing one of these items
   |
1  + use borsh::__private::maybestd::io::ErrorKind;
   |
1  + use std::io::ErrorKind;
   |
help: if you import `ErrorKind`, refer to it directly
   |
55 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |

Check failure on line 55 in taiga_halo2/src/merkle_tree.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

failed to resolve: could not find `io` in `borsh`

error[E0433]: failed to resolve: could not find `io` in `borsh`
  --> taiga_halo2/src/merkle_tree.rs:55:54
   |
55 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |                                                      ^^^^^^^^^^^^^^^^ could not find `io` in `borsh`
   |
   = note: this error originates in the derive macro `BorshDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing one of these items
   |
1  + use borsh::__private::maybestd::io::Error;
   |
1  + use core::error::Error;
   |
1  + use core::fmt::Error;
   |
1  + use crate::merkle_tree::serde::__private::doc::Error;
   |
     and 21 other candidates
help: if you import `Error`, refer to it directly
   |
55 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |

Check failure on line 79 in taiga_halo2/src/transparent_ptx.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

failed to resolve: could not find `io` in `borsh`

error[E0433]: failed to resolve: could not find `io` in `borsh`
  --> taiga_halo2/src/transparent_ptx.rs:79:54
   |
79 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |                                                      ^^^^^^^^^^^^^^^^ could not find `io` in `borsh`
   |
   = note: this error originates in the derive macro `BorshDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info)

Check failure on line 79 in taiga_halo2/src/transparent_ptx.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

failed to resolve: could not find `io` in `borsh`

error[E0433]: failed to resolve: could not find `io` in `borsh`
  --> taiga_halo2/src/transparent_ptx.rs:79:38
   |
79 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |                                      ^^^^^^^^^^^^^^ could not find `io` in `borsh`
   |
   = note: this error originates in the derive macro `BorshSerialize` (in Nightly builds, run with -Z macro-backtrace for more info)

Check failure on line 74 in taiga_halo2/src/transparent_ptx.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

failed to resolve: could not find `io` in `borsh`

error[E0433]: failed to resolve: could not find `io` in `borsh`
  --> taiga_halo2/src/transparent_ptx.rs:74:54
   |
74 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |                                                      ^^^^^^^^^^^^^^^^ could not find `io` in `borsh`
   |
   = note: this error originates in the derive macro `BorshDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info)

Check failure on line 74 in taiga_halo2/src/transparent_ptx.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

failed to resolve: could not find `io` in `borsh`

error[E0433]: failed to resolve: could not find `io` in `borsh`
  --> taiga_halo2/src/transparent_ptx.rs:74:38
   |
74 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |                                      ^^^^^^^^^^^^^^ could not find `io` in `borsh`
   |
   = note: this error originates in the derive macro `BorshSerialize` (in Nightly builds, run with -Z macro-backtrace for more info)

Check failure on line 69 in taiga_halo2/src/transparent_ptx.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

failed to resolve: could not find `io` in `borsh`

error[E0433]: failed to resolve: could not find `io` in `borsh`
  --> taiga_halo2/src/transparent_ptx.rs:69:54
   |
69 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |                                                      ^^^^^^^^^^^^^^^^ could not find `io` in `borsh`
   |
   = note: this error originates in the derive macro `BorshDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info)

Check failure on line 69 in taiga_halo2/src/transparent_ptx.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

failed to resolve: could not find `io` in `borsh`

error[E0433]: failed to resolve: could not find `io` in `borsh`
  --> taiga_halo2/src/transparent_ptx.rs:69:38
   |
69 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |                                      ^^^^^^^^^^^^^^ could not find `io` in `borsh`
   |
   = note: this error originates in the derive macro `BorshSerialize` (in Nightly builds, run with -Z macro-backtrace for more info)

Check failure on line 64 in taiga_halo2/src/transparent_ptx.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

failed to resolve: could not find `io` in `borsh`

error[E0433]: failed to resolve: could not find `io` in `borsh`
  --> taiga_halo2/src/transparent_ptx.rs:64:54
   |
64 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |                                                      ^^^^^^^^^^^^^^^^ could not find `io` in `borsh`
   |
   = note: this error originates in the derive macro `BorshDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info)

Check failure on line 64 in taiga_halo2/src/transparent_ptx.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

failed to resolve: could not find `io` in `borsh`

error[E0433]: failed to resolve: could not find `io` in `borsh`
  --> taiga_halo2/src/transparent_ptx.rs:64:38
   |
64 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |                                      ^^^^^^^^^^^^^^ could not find `io` in `borsh`
   |
   = note: this error originates in the derive macro `BorshSerialize` (in Nightly builds, run with -Z macro-backtrace for more info)

Check failure on line 55 in taiga_halo2/src/transparent_ptx.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

failed to resolve: could not find `io` in `borsh`

error[E0433]: failed to resolve: could not find `io` in `borsh`
  --> taiga_halo2/src/transparent_ptx.rs:55:54
   |
55 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |                                                      ^^^^^^^^^^^^^^^^ could not find `io` in `borsh`
   |
   = note: this error originates in the derive macro `BorshDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info)

Check failure on line 55 in taiga_halo2/src/transparent_ptx.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

failed to resolve: could not find `io` in `borsh`

error[E0433]: failed to resolve: could not find `io` in `borsh`
  --> taiga_halo2/src/transparent_ptx.rs:55:38
   |
55 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |                                      ^^^^^^^^^^^^^^ could not find `io` in `borsh`
   |
   = note: this error originates in the derive macro `BorshSerialize` (in Nightly builds, run with -Z macro-backtrace for more info)

Check failure on line 44 in taiga_halo2/src/transparent_ptx.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

failed to resolve: could not find `io` in `borsh`

error[E0433]: failed to resolve: could not find `io` in `borsh`
  --> taiga_halo2/src/transparent_ptx.rs:44:54
   |
44 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |                                                      ^^^^^^^^^^^^^^^^ could not find `io` in `borsh`
   |
   = note: this error originates in the derive macro `BorshDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info)

Check failure on line 44 in taiga_halo2/src/transparent_ptx.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

failed to resolve: could not find `io` in `borsh`

error[E0433]: failed to resolve: could not find `io` in `borsh`
  --> taiga_halo2/src/transparent_ptx.rs:44:38
   |
44 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |                                      ^^^^^^^^^^^^^^ could not find `io` in `borsh`
   |
   = note: this error originates in the derive macro `BorshSerialize` (in Nightly builds, run with -Z macro-backtrace for more info)

Check failure on line 13 in taiga_halo2/src/transparent_ptx.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

failed to resolve: could not find `io` in `borsh`

error[E0433]: failed to resolve: could not find `io` in `borsh`
  --> taiga_halo2/src/transparent_ptx.rs:13:54
   |
13 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |                                                      ^^^^^^^^^^^^^^^^ could not find `io` in `borsh`
   |
   = note: this error originates in the derive macro `BorshDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info)

Check failure on line 13 in taiga_halo2/src/transparent_ptx.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

failed to resolve: could not find `io` in `borsh`

error[E0433]: failed to resolve: could not find `io` in `borsh`
  --> taiga_halo2/src/transparent_ptx.rs:13:38
   |
13 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |                                      ^^^^^^^^^^^^^^ could not find `io` in `borsh`
   |
   = note: this error originates in the derive macro `BorshSerialize` (in Nightly builds, run with -Z macro-backtrace for more info)

Check failure on line 52 in taiga_halo2/src/transaction.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

failed to resolve: could not find `io` in `borsh`

error[E0433]: failed to resolve: could not find `io` in `borsh`
  --> taiga_halo2/src/transaction.rs:52:54
   |
52 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |                                                      ^^^^^^^^^^^^^^^^ could not find `io` in `borsh`
   |
   = note: this error originates in the derive macro `BorshDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info)

Check failure on line 52 in taiga_halo2/src/transaction.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

failed to resolve: could not find `io` in `borsh`

error[E0433]: failed to resolve: could not find `io` in `borsh`
  --> taiga_halo2/src/transaction.rs:52:38
   |
52 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |                                      ^^^^^^^^^^^^^^ could not find `io` in `borsh`
   |
   = note: this error originates in the derive macro `BorshSerialize` (in Nightly builds, run with -Z macro-backtrace for more info)

Check failure on line 38 in taiga_halo2/src/transaction.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

failed to resolve: could not find `io` in `borsh`

error[E0433]: failed to resolve: could not find `io` in `borsh`
  --> taiga_halo2/src/transaction.rs:38:54
   |
38 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |                                                      ^^^^^^^^^^^^^^^^ could not find `io` in `borsh`
   |
   = note: this error originates in the derive macro `BorshDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info)

Check failure on line 38 in taiga_halo2/src/transaction.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

failed to resolve: could not find `io` in `borsh`

error[E0433]: failed to resolve: could not find `io` in `borsh`
  --> taiga_halo2/src/transaction.rs:38:38
   |
38 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |                                      ^^^^^^^^^^^^^^ could not find `io` in `borsh`
   |
   = note: this error originates in the derive macro `BorshSerialize` (in Nightly builds, run with -Z macro-backtrace for more info)

Check failure on line 25 in taiga_halo2/src/transaction.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

failed to resolve: could not find `io` in `borsh`

error[E0433]: failed to resolve: could not find `io` in `borsh`
  --> taiga_halo2/src/transaction.rs:25:54
   |
25 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |                                                      ^^^^^^^^^^^^^^^^ could not find `io` in `borsh`
   |
   = note: this error originates in the derive macro `BorshDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info)

Check failure on line 25 in taiga_halo2/src/transaction.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

failed to resolve: could not find `io` in `borsh`

error[E0433]: failed to resolve: could not find `io` in `borsh`
  --> taiga_halo2/src/transaction.rs:25:38
   |
25 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |                                      ^^^^^^^^^^^^^^ could not find `io` in `borsh`
   |
   = note: this error originates in the derive macro `BorshSerialize` (in Nightly builds, run with -Z macro-backtrace for more info)

Check failure on line 49 in taiga_halo2/src/shielded_ptx.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

failed to resolve: could not find `io` in `borsh`

error[E0433]: failed to resolve: could not find `io` in `borsh`
  --> taiga_halo2/src/shielded_ptx.rs:49:54
   |
49 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |                                                      ^^^^^^^^^^^^^^^^ could not find `io` in `borsh`
   |
   = note: this error originates in the derive macro `BorshDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info)

Check failure on line 49 in taiga_halo2/src/shielded_ptx.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

failed to resolve: could not find `io` in `borsh`

error[E0433]: failed to resolve: could not find `io` in `borsh`
  --> taiga_halo2/src/shielded_ptx.rs:49:38
   |
49 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |                                      ^^^^^^^^^^^^^^ could not find `io` in `borsh`
   |
   = note: this error originates in the derive macro `BorshSerialize` (in Nightly builds, run with -Z macro-backtrace for more info)

Check failure on line 41 in taiga_halo2/src/shielded_ptx.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

failed to resolve: could not find `io` in `borsh`

error[E0433]: failed to resolve: could not find `io` in `borsh`
  --> taiga_halo2/src/shielded_ptx.rs:41:54
   |
41 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |                                                      ^^^^^^^^^^^^^^^^ could not find `io` in `borsh`
   |
   = note: this error originates in the derive macro `BorshDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info)