Skip to content

Suggest to use cargo add in README.md #1007

Suggest to use cargo add in README.md

Suggest to use cargo add in README.md #1007

GitHub Actions / clippy failed Sep 2, 2023 in 1s

clippy

2 errors

Details

Results

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

Versions

  • rustc 1.74.0-nightly (35e416303 2023-09-01)
  • cargo 1.74.0-nightly (96fe1c9e1 2023-08-29)
  • clippy 0.1.74 (35e4163 2023-09-01)

Annotations

Check failure on line 5 in src/entity.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unresolved import `bevy::prelude::ComputedVisibility`

error[E0432]: unresolved import `bevy::prelude::ComputedVisibility`
 --> src/entity.rs:5:15
  |
5 |     prelude::{ComputedVisibility, GlobalTransform, Handle, Transform, Visibility},
  |               ^^^^^^^^^^^^^^^^^^
  |               |
  |               no `ComputedVisibility` in `prelude`
  |               help: a similar name exists in the module: `InheritedVisibility`

Check failure on line 5 in src/entity.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unresolved import `bevy::prelude::ComputedVisibility`

error[E0432]: unresolved import `bevy::prelude::ComputedVisibility`
 --> src/entity.rs:5:15
  |
5 |     prelude::{ComputedVisibility, GlobalTransform, Handle, Transform, Visibility},
  |               ^^^^^^^^^^^^^^^^^^
  |               |
  |               no `ComputedVisibility` in `prelude`
  |               help: a similar name exists in the module: `InheritedVisibility`