Skip to content

borsh bump

borsh bump #456

GitHub Actions / Clippy (beta) failed Sep 28, 2023 in 0s

Clippy (beta)

32 errors

Details

Results

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

Versions

  • rustc 1.73.0-beta.7 (7c76587ed 2023-09-22)
  • cargo 1.73.0-beta.7 (9c4383fb5 2023-08-26)
  • clippy 0.1.73 (7c76587 2023-09-22)

Annotations

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

See this annotation in the file changed.

@github-actions github-actions / Clippy (beta)

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)
help: consider importing one of these items
   |
1  + use borsh::__private::maybestd::io;
   |
1  + use std::io;
   |
help: if you import `io`, refer to it directly
   |
79 | #[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 (beta)

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)
help: consider importing one of these items
   |
1  + use borsh::__private::maybestd::io;
   |
1  + use std::io;
   |
help: if you import `io`, refer to it directly
   |
79 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |

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

See this annotation in the file changed.

@github-actions github-actions / Clippy (beta)

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)
help: consider importing one of these items
   |
1  + use borsh::__private::maybestd::io;
   |
1  + use std::io;
   |
help: if you import `io`, refer to it directly
   |
74 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |

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

See this annotation in the file changed.

@github-actions github-actions / Clippy (beta)

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)
help: consider importing one of these items
   |
1  + use borsh::__private::maybestd::io;
   |
1  + use std::io;
   |
help: if you import `io`, refer to it directly
   |
74 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |

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

See this annotation in the file changed.

@github-actions github-actions / Clippy (beta)

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)
help: consider importing one of these items
   |
1  + use borsh::__private::maybestd::io;
   |
1  + use std::io;
   |
help: if you import `io`, refer to it directly
   |
69 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |

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

See this annotation in the file changed.

@github-actions github-actions / Clippy (beta)

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)
help: consider importing one of these items
   |
1  + use borsh::__private::maybestd::io;
   |
1  + use std::io;
   |
help: if you import `io`, refer to it directly
   |
69 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |

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

See this annotation in the file changed.

@github-actions github-actions / Clippy (beta)

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)
help: consider importing one of these items
   |
1  + use borsh::__private::maybestd::io;
   |
1  + use std::io;
   |
help: if you import `io`, refer to it directly
   |
64 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |

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

See this annotation in the file changed.

@github-actions github-actions / Clippy (beta)

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)
help: consider importing one of these items
   |
1  + use borsh::__private::maybestd::io;
   |
1  + use std::io;
   |
help: if you import `io`, refer to it directly
   |
64 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |

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

See this annotation in the file changed.

@github-actions github-actions / Clippy (beta)

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)
help: consider importing one of these items
   |
1  + use borsh::__private::maybestd::io;
   |
1  + use std::io;
   |
help: if you import `io`, refer to it directly
   |
55 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |

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

See this annotation in the file changed.

@github-actions github-actions / Clippy (beta)

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)
help: consider importing one of these items
   |
1  + use borsh::__private::maybestd::io;
   |
1  + use std::io;
   |
help: if you import `io`, refer to it directly
   |
55 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |

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

See this annotation in the file changed.

@github-actions github-actions / Clippy (beta)

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)
help: consider importing one of these items
   |
1  + use borsh::__private::maybestd::io;
   |
1  + use std::io;
   |
help: if you import `io`, refer to it directly
   |
44 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |

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

See this annotation in the file changed.

@github-actions github-actions / Clippy (beta)

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)
help: consider importing one of these items
   |
1  + use borsh::__private::maybestd::io;
   |
1  + use std::io;
   |
help: if you import `io`, refer to it directly
   |
44 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |

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

See this annotation in the file changed.

@github-actions github-actions / Clippy (beta)

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)
help: consider importing one of these items
   |
1  + use borsh::__private::maybestd::io;
   |
1  + use std::io;
   |
help: if you import `io`, refer to it directly
   |
13 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |

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

See this annotation in the file changed.

@github-actions github-actions / Clippy (beta)

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)
help: consider importing one of these items
   |
1  + use borsh::__private::maybestd::io;
   |
1  + use std::io;
   |
help: if you import `io`, refer to it directly
   |
13 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |

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

See this annotation in the file changed.

@github-actions github-actions / Clippy (beta)

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)
help: consider importing one of these items
   |
1  + use borsh::__private::maybestd::io;
   |
1  + use std::io;
   |
help: if you import `io`, refer to it directly
   |
52 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |

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

See this annotation in the file changed.

@github-actions github-actions / Clippy (beta)

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)
help: consider importing one of these items
   |
1  + use borsh::__private::maybestd::io;
   |
1  + use std::io;
   |
help: if you import `io`, refer to it directly
   |
52 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |

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

See this annotation in the file changed.

@github-actions github-actions / Clippy (beta)

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)
help: consider importing one of these items
   |
1  + use borsh::__private::maybestd::io;
   |
1  + use std::io;
   |
help: if you import `io`, refer to it directly
   |
38 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |

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

See this annotation in the file changed.

@github-actions github-actions / Clippy (beta)

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)
help: consider importing one of these items
   |
1  + use borsh::__private::maybestd::io;
   |
1  + use std::io;
   |
help: if you import `io`, refer to it directly
   |
38 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |

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

See this annotation in the file changed.

@github-actions github-actions / Clippy (beta)

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)
help: consider importing one of these items
   |
1  + use borsh::__private::maybestd::io;
   |
1  + use std::io;
   |
help: if you import `io`, refer to it directly
   |
25 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |

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

See this annotation in the file changed.

@github-actions github-actions / Clippy (beta)

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)
help: consider importing one of these items
   |
1  + use borsh::__private::maybestd::io;
   |
1  + use std::io;
   |
help: if you import `io`, refer to it directly
   |
25 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |

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

See this annotation in the file changed.

@github-actions github-actions / Clippy (beta)

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)
help: consider importing one of these items
   |
1  + use borsh::__private::maybestd::io;
   |
1  + use std::io;
   |
help: if you import `io`, refer to it directly
   |
49 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |

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

See this annotation in the file changed.

@github-actions github-actions / Clippy (beta)

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)
help: consider importing one of these items
   |
1  + use borsh::__private::maybestd::io;
   |
1  + use std::io;
   |
help: if you import `io`, refer to it directly
   |
49 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |

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

See this annotation in the file changed.

@github-actions github-actions / Clippy (beta)

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)
help: consider importing one of these items
   |
1  + use borsh::__private::maybestd::io;
   |
1  + use std::io;
   |
help: if you import `io`, refer to it directly
   |
41 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |

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

See this annotation in the file changed.

@github-actions github-actions / Clippy (beta)

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:38
   |
41 | #[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)
help: consider importing one of these items
   |
1  + use borsh::__private::maybestd::io;
   |
1  + use std::io;
   |
help: if you import `io`, refer to it directly
   |
41 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |

Check failure on line 19 in taiga_halo2/src/proof.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy (beta)

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

error[E0433]: failed to resolve: could not find `io` in `borsh`
  --> taiga_halo2/src/proof.rs:19:54
   |
19 | #[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;
   |
1  + use std::io;
   |
help: if you import `io`, refer to it directly
   |
19 | #[cfg_attr(feature = "borsh", derive(BorshSerialize, BorshDeserialize))]
   |