Skip to content

pages build and deployment #35

pages build and deployment

pages build and deployment #35

GitHub Actions / clippy failed Feb 26, 2024 in 0s

clippy

4 errors

Details

Results

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

Versions

  • rustc 1.76.0 (07dca489a 2024-02-04)
  • cargo 1.76.0 (c84b36747 2024-01-18)
  • clippy 0.1.76 (07dca48 2024-02-04)

Annotations

Check failure on line 2 in src/process.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unresolved imports `crate::proliferation::MutateUponDivision`, `crate::proliferation::Proliferation`

error[E0432]: unresolved imports `crate::proliferation::MutateUponDivision`, `crate::proliferation::Proliferation`
 --> src/process.rs:2:28
  |
2 | use crate::proliferation::{MutateUponDivision, Proliferation};
  |                            ^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^ no `Proliferation` in `proliferation`
  |                            |
  |                            no `MutateUponDivision` in `proliferation`

Check failure on line 2 in src/process.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unresolved imports `crate::proliferation::MutateUponDivision`, `crate::proliferation::Proliferation`

error[E0432]: unresolved imports `crate::proliferation::MutateUponDivision`, `crate::proliferation::Proliferation`
 --> src/process.rs:2:28
  |
2 | use crate::proliferation::{MutateUponDivision, Proliferation};
  |                            ^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^ no `Proliferation` in `proliferation`
  |                            |
  |                            no `MutateUponDivision` in `proliferation`

Check failure on line 26 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

file not found for module `proliferation`

error[E0583]: file not found for module `proliferation`
  --> src/lib.rs:26:1
   |
26 | pub mod proliferation;
   | ^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: to create the module `proliferation`, create file "src/proliferation.rs" or "src/proliferation/mod.rs"
   = note: if there is a `mod proliferation` elsewhere in the crate already, import it with `use crate::...` instead

Check failure on line 26 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

file not found for module `proliferation`

error[E0583]: file not found for module `proliferation`
  --> src/lib.rs:26:1
   |
26 | pub mod proliferation;
   | ^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: to create the module `proliferation`, create file "src/proliferation.rs" or "src/proliferation/mod.rs"
   = note: if there is a `mod proliferation` elsewhere in the crate already, import it with `use crate::...` instead