Skip to content

Remove issuance/batch.rs I created before #547

Remove issuance/batch.rs I created before

Remove issuance/batch.rs I created before #547

GitHub Actions / Clippy (1.65.0) failed Sep 20, 2023 in 0s

Clippy (1.65.0)

4 errors

Details

Results

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

Versions

  • rustc 1.65.0 (897e37553 2022-11-02)
  • cargo 1.65.0 (4bc8f24d3 2022-10-20)
  • clippy 0.1.65 (897e375 2022-11-02)

Annotations

Check failure on line 31 in src/issuance.rs

See this annotation in the file changed.

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

unresolved import `batch::BatchValidator`

error[E0432]: unresolved import `batch::BatchValidator`
  --> src/issuance.rs:31:9
   |
31 | pub use batch::BatchValidator;
   |         ^^^^^^^^^^^^^^^^^^^^^ no `BatchValidator` in `issuance::batch`

Check failure on line 31 in src/issuance.rs

See this annotation in the file changed.

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

unresolved import `batch::BatchValidator`

error[E0432]: unresolved import `batch::BatchValidator`
  --> src/issuance.rs:31:9
   |
31 | pub use batch::BatchValidator;
   |         ^^^^^^^^^^^^^^^^^^^^^ no `BatchValidator` in `issuance::batch`

Check failure on line 29 in src/issuance.rs

See this annotation in the file changed.

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

file not found for module `batch`

error[E0583]: file not found for module `batch`
  --> src/issuance.rs:29:1
   |
29 | mod batch;
   | ^^^^^^^^^^
   |
   = help: to create the module `batch`, create file "src/issuance/batch.rs" or "src/issuance/batch/mod.rs"

Check failure on line 29 in src/issuance.rs

See this annotation in the file changed.

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

file not found for module `batch`

error[E0583]: file not found for module `batch`
  --> src/issuance.rs:29:1
   |
29 | mod batch;
   | ^^^^^^^^^^
   |
   = help: to create the module `batch`, create file "src/issuance/batch.rs" or "src/issuance/batch/mod.rs"