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

Triggered via push September 20, 2023 14:41
Status Success
Total duration 1m 37s
Artifacts

lints-beta.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 5 warnings
unresolved import `batch::BatchValidator`: src/issuance.rs#L31
error[E0432]: unresolved import `batch::BatchValidator` --> src/issuance.rs:31:9 | 31 | pub use batch::BatchValidator; | ^^^^^^^^^^^^^^^^^^^^^ no `BatchValidator` in `issuance::batch` | help: consider importing this struct through its public re-export instead | 31 | pub use crate::bundle::BatchValidator; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
unresolved import `batch::BatchValidator`: src/issuance.rs#L31
error[E0432]: unresolved import `batch::BatchValidator` --> src/issuance.rs:31:9 | 31 | pub use batch::BatchValidator; | ^^^^^^^^^^^^^^^^^^^^^ no `BatchValidator` in `issuance::batch` | help: consider importing this struct through its public re-export instead | 31 | pub use crate::bundle::BatchValidator; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
file not found for module `batch`: src/issuance.rs#L29
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"
file not found for module `batch`: src/issuance.rs#L29
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"
Clippy (beta)
Clippy had exited with the 101 exit code
unresolved import `batch::BatchValidator`: src/issuance.rs#L31
error[E0432]: unresolved import `batch::BatchValidator` --> src/issuance.rs:31:9 | 31 | pub use batch::BatchValidator; | ^^^^^^^^^^^^^^^^^^^^^ no `BatchValidator` in `issuance::batch`
unresolved import `batch::BatchValidator`: src/issuance.rs#L31
error[E0432]: unresolved import `batch::BatchValidator` --> src/issuance.rs:31:9 | 31 | pub use batch::BatchValidator; | ^^^^^^^^^^^^^^^^^^^^^ no `BatchValidator` in `issuance::batch`
file not found for module `batch`: src/issuance.rs#L29
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"
file not found for module `batch`: src/issuance.rs#L29
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"
Clippy (beta)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Clippy (beta)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy (beta)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy (beta)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy (beta)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/