Skip to content

fix: Add conditional compilation attribute to import of lender in sub… #14

fix: Add conditional compilation attribute to import of lender in sub…

fix: Add conditional compilation attribute to import of lender in sub… #14

GitHub Actions / clippy failed Apr 27, 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.79.0-nightly (4d570eea0 2024-04-26)
  • cargo 1.79.0-nightly (c93926759 2024-04-23)
  • clippy 0.1.79 (4d570ee 2024-04-26)

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