Initial work #6
Annotations
1 error and 1 warning
cargo clippy:
src/lib.rs#L3
[clippy] reported by reviewdog 🐶
error[E0583]: file not found for module `asynchronous`
--> src/lib.rs:3:1
|
3 | pub mod asynchronous;
| ^^^^^^^^^^^^^^^^^^^^^
|
= help: to create the module `asynchronous`, create file "src/asynchronous.rs" or "src/asynchronous/mod.rs"
= note: if there is a `mod asynchronous` elsewhere in the crate already, import it with `use crate::...` instead
Raw Output:
src/lib.rs:3:1:e:error[E0583]: file not found for module `asynchronous`
--> src/lib.rs:3:1
|
3 | pub mod asynchronous;
| ^^^^^^^^^^^^^^^^^^^^^
|
= help: to create the module `asynchronous`, create file "src/asynchronous.rs" or "src/asynchronous/mod.rs"
= note: if there is a `mod asynchronous` elsewhere in the crate already, import it with `use crate::...` instead
__END__
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading