Skip to content

chore(deps): update actions/checkout action to v4 #24

chore(deps): update actions/checkout action to v4

chore(deps): update actions/checkout action to v4 #24

GitHub Actions / clippy failed Oct 19, 2023 in 1s

clippy

8 errors

Details

Results

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

Versions

  • rustc 1.73.0 (cc66ad468 2023-10-03)
  • cargo 1.73.0 (9c4383fb5 2023-08-26)
  • clippy 0.1.73 (cc66ad4 2023-10-03)

Annotations

Check failure on line 18 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

can't find crate for `objc_id`

error[E0463]: can't find crate for `objc_id`
  --> src/lib.rs:18:1
   |
18 | pub extern crate objc_id;
   | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate

Check failure on line 17 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

can't find crate for `objc_foundation`

error[E0463]: can't find crate for `objc_foundation`
  --> src/lib.rs:17:1
   |
17 | pub extern crate objc_foundation;
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate

Check failure on line 16 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

can't find crate for `objc`

error[E0463]: can't find crate for `objc`
  --> src/lib.rs:16:1
   |
16 | pub extern crate objc;
   | ^^^^^^^^^^^^^^^^^^^^^^ can't find crate

Check failure on line 18 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

can't find crate for `objc_id`

error[E0463]: can't find crate for `objc_id`
  --> src/lib.rs:18:1
   |
18 | pub extern crate objc_id;
   | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate

Check failure on line 17 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

can't find crate for `objc_foundation`

error[E0463]: can't find crate for `objc_foundation`
  --> src/lib.rs:17:1
   |
17 | pub extern crate objc_foundation;
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate

Check failure on line 16 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

can't find crate for `objc`

error[E0463]: can't find crate for `objc`
  --> src/lib.rs:16:1
   |
16 | pub extern crate objc;
   | ^^^^^^^^^^^^^^^^^^^^^^ can't find crate

Check failure on line 15 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

can't find crate for `cocoa`

error[E0463]: can't find crate for `cocoa`
  --> src/lib.rs:15:1
   |
15 | pub extern crate cocoa;
   | ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate

Check failure on line 15 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

can't find crate for `cocoa`

error[E0463]: can't find crate for `cocoa`
  --> src/lib.rs:15:1
   |
15 | pub extern crate cocoa;
   | ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate