Skip to content

[6.0] Box.getReg

[6.0] Box.getReg #2412

GitHub Actions / clippy failed Sep 30, 2024 in 0s

clippy

2 errors

Details

Results

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

Versions

  • rustc 1.76.0 (07dca489a 2024-02-04)
  • cargo 1.76.0 (c84b36747 2024-01-18)
  • clippy 0.1.76 (07dca48 2024-02-04)

Annotations

Check failure on line 22 in ergotree-ir/src/ergo_tree.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `std::io::Read`

error: unused import: `std::io::Read`
  --> ergotree-ir/src/ergo_tree.rs:22:5
   |
22 | use std::io::Read;
   |     ^^^^^^^^^^^^^

Check failure on line 15 in ergotree-ir/src/ergo_tree.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `sigma_ser::vlq_encode::ReadSigmaVlqExt`

error: unused import: `sigma_ser::vlq_encode::ReadSigmaVlqExt`
  --> ergotree-ir/src/ergo_tree.rs:15:5
   |
15 | use sigma_ser::vlq_encode::ReadSigmaVlqExt;
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `-D unused-imports` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(unused_imports)]`