Skip to content

Flatten modules by reverting back to the old module syntax #1031

Flatten modules by reverting back to the old module syntax

Flatten modules by reverting back to the old module syntax #1031

Triggered via pull request October 20, 2024 00:48
Status Failure
Total duration 25s
Artifacts

fmt.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
fmt
Process completed with exit code 1.
file not found for module `testing`: src/reporter/ui/json/mod.rs#L11
error[E0583]: file not found for module `testing` --> src/reporter/ui/json/mod.rs:11:1 | 11 | mod testing; | ^^^^^^^^^^^^ | = help: to create the module `testing`, create file "src/reporter/ui/json/testing.rs" or "src/reporter/ui/json/testing/mod.rs" = note: if there is a `mod testing` elsewhere in the crate already, import it with `use crate::...` instead