Skip to content

chore: Changes on GitHub workflow #310

chore: Changes on GitHub workflow

chore: Changes on GitHub workflow #310

GitHub Actions / clippy failed Apr 27, 2024 in 1s

clippy

4 errors

Details

Results

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

Versions

  • rustc 1.77.2 (25ef9e3d8 2024-04-09)
  • cargo 1.77.2 (e52e36006 2024-03-26)
  • clippy 0.1.77 (25ef9e3 2024-04-09)

Annotations

Check failure on line 132 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

failed to resolve: use of undeclared crate or module `validation`

error[E0433]: failed to resolve: use of undeclared crate or module `validation`
   --> src/lib.rs:132:5
    |
132 |     validation::not_null_pointer(pointer)?;
    |     ^^^^^^^^^^ use of undeclared crate or module `validation`

Check failure on line 117 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

failed to resolve: use of undeclared crate or module `validation`

error[E0433]: failed to resolve: use of undeclared crate or module `validation`
   --> src/lib.rs:117:5
    |
117 |     validation::not_null_pointer(pointer)?;
    |     ^^^^^^^^^^ use of undeclared crate or module `validation`

Check failure on line 99 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

failed to resolve: use of undeclared crate or module `validation`

error[E0433]: failed to resolve: use of undeclared crate or module `validation`
  --> src/lib.rs:99:5
   |
99 |     validation::lent_pointer(pointer)?;
   |     ^^^^^^^^^^ use of undeclared crate or module `validation`

Check failure on line 10 in src/c.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unresolved import `crate::validation`

error[E0432]: unresolved import `crate::validation`
  --> src/c.rs:10:12
   |
10 | use crate::validation::not_null_pointer;
   |            ^^^^^^^^^^ could not find `validation` in the crate root