Flatten modules by reverting back to the old module syntax #1031
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
|