Skip to content

Merge pull request #104 from AstroTechies/pseudo #360

Merge pull request #104 from AstroTechies/pseudo

Merge pull request #104 from AstroTechies/pseudo #360

GitHub Actions / clippy failed Aug 11, 2024 in 0s

clippy

23 errors

Details

Results

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

Versions

  • rustc 1.80.1 (3f5fd8dd4 2024-08-06)
  • cargo 1.80.1 (376290515 2024-07-16)
  • clippy 0.1.80 (3f5fd8d 2024-08-06)

Annotations

Check failure on line 305 in unreal_asset/unreal_asset_base/src/unversioned/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `oodle`

error: unexpected `cfg` condition value: `oodle`
   --> unreal_asset/unreal_asset_base/src/unversioned/mod.rs:305:23
    |
305 |                 #[cfg(feature = "oodle")]
    |                       ^^^^^^^^^^^^^^^^^ help: remove the condition
    |
    = note: no expected values for `feature`
    = help: consider adding `oodle` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

Check failure on line 300 in unreal_asset/unreal_asset_base/src/unversioned/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `oodle`

error: unexpected `cfg` condition value: `oodle`
   --> unreal_asset/unreal_asset_base/src/unversioned/mod.rs:300:27
    |
300 |                 #[cfg(not(feature = "oodle"))]
    |                           ^^^^^^^^^^^^^^^^^ help: remove the condition
    |
    = note: no expected values for `feature`
    = help: consider adding `oodle` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

Check failure on line 20 in unreal_asset/unreal_asset_base/src/unversioned/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `oodle`

error: unexpected `cfg` condition value: `oodle`
  --> unreal_asset/unreal_asset_base/src/unversioned/mod.rs:20:7
   |
20 | #[cfg(feature = "oodle")]
   |       ^^^^^^^^^^^^^^^^^ help: remove the condition
   |
   = note: no expected values for `feature`
   = help: consider adding `oodle` as a feature in `Cargo.toml`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

Check failure on line 200 in unreal_asset/unreal_asset_base/src/containers/shared_resource.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `threading`

error: unexpected `cfg` condition value: `threading`
   --> unreal_asset/unreal_asset_base/src/containers/shared_resource.rs:200:11
    |
200 |     #[cfg(feature = "threading")]
    |           ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
    |
    = note: no expected values for `feature`
    = help: consider adding `threading` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

Check failure on line 194 in unreal_asset/unreal_asset_base/src/containers/shared_resource.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `threading`

error: unexpected `cfg` condition value: `threading`
   --> unreal_asset/unreal_asset_base/src/containers/shared_resource.rs:194:15
    |
194 |     #[cfg(not(feature = "threading"))]
    |               ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
    |
    = note: no expected values for `feature`
    = help: consider adding `threading` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

Check failure on line 188 in unreal_asset/unreal_asset_base/src/containers/shared_resource.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `threading`

error: unexpected `cfg` condition value: `threading`
   --> unreal_asset/unreal_asset_base/src/containers/shared_resource.rs:188:11
    |
188 |     #[cfg(feature = "threading")]
    |           ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
    |
    = note: no expected values for `feature`
    = help: consider adding `threading` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

Check failure on line 186 in unreal_asset/unreal_asset_base/src/containers/shared_resource.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `threading`

error: unexpected `cfg` condition value: `threading`
   --> unreal_asset/unreal_asset_base/src/containers/shared_resource.rs:186:15
    |
186 |     #[cfg(not(feature = "threading"))]
    |               ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
    |
    = note: no expected values for `feature`
    = help: consider adding `threading` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

Check failure on line 103 in unreal_asset/unreal_asset_base/src/containers/shared_resource.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `threading`

error: unexpected `cfg` condition value: `threading`
   --> unreal_asset/unreal_asset_base/src/containers/shared_resource.rs:103:11
    |
103 |     #[cfg(feature = "threading")]
    |           ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
    |
    = note: no expected values for `feature`
    = help: consider adding `threading` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

Check failure on line 91 in unreal_asset/unreal_asset_base/src/containers/shared_resource.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `threading`

error: unexpected `cfg` condition value: `threading`
  --> unreal_asset/unreal_asset_base/src/containers/shared_resource.rs:91:15
   |
91 |     #[cfg(not(feature = "threading"))]
   |               ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
   |
   = note: no expected values for `feature`
   = help: consider adding `threading` as a feature in `Cargo.toml`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

Check failure on line 79 in unreal_asset/unreal_asset_base/src/containers/shared_resource.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `threading`

error: unexpected `cfg` condition value: `threading`
  --> unreal_asset/unreal_asset_base/src/containers/shared_resource.rs:79:11
   |
79 |     #[cfg(feature = "threading")]
   |           ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
   |
   = note: no expected values for `feature`
   = help: consider adding `threading` as a feature in `Cargo.toml`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

Check failure on line 67 in unreal_asset/unreal_asset_base/src/containers/shared_resource.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `threading`

error: unexpected `cfg` condition value: `threading`
  --> unreal_asset/unreal_asset_base/src/containers/shared_resource.rs:67:15
   |
67 |     #[cfg(not(feature = "threading"))]
   |               ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
   |
   = note: no expected values for `feature`
   = help: consider adding `threading` as a feature in `Cargo.toml`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

Check failure on line 52 in unreal_asset/unreal_asset_base/src/containers/shared_resource.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `threading`

error: unexpected `cfg` condition value: `threading`
  --> unreal_asset/unreal_asset_base/src/containers/shared_resource.rs:52:11
   |
52 |     #[cfg(feature = "threading")]
   |           ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
   |
   = note: no expected values for `feature`
   = help: consider adding `threading` as a feature in `Cargo.toml`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

Check failure on line 43 in unreal_asset/unreal_asset_base/src/containers/shared_resource.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `threading`

error: unexpected `cfg` condition value: `threading`
  --> unreal_asset/unreal_asset_base/src/containers/shared_resource.rs:43:15
   |
43 |     #[cfg(not(feature = "threading"))]
   |               ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
   |
   = note: no expected values for `feature`
   = help: consider adding `threading` as a feature in `Cargo.toml`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

Check failure on line 35 in unreal_asset/unreal_asset_base/src/containers/shared_resource.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `threading`

error: unexpected `cfg` condition value: `threading`
  --> unreal_asset/unreal_asset_base/src/containers/shared_resource.rs:35:11
   |
35 |     #[cfg(feature = "threading")]
   |           ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
   |
   = note: no expected values for `feature`
   = help: consider adding `threading` as a feature in `Cargo.toml`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

Check failure on line 27 in unreal_asset/unreal_asset_base/src/containers/shared_resource.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `threading`

error: unexpected `cfg` condition value: `threading`
  --> unreal_asset/unreal_asset_base/src/containers/shared_resource.rs:27:15
   |
27 |     #[cfg(not(feature = "threading"))]
   |               ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
   |
   = note: no expected values for `feature`
   = help: consider adding `threading` as a feature in `Cargo.toml`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

Check failure on line 21 in unreal_asset/unreal_asset_base/src/containers/shared_resource.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `threading`

error: unexpected `cfg` condition value: `threading`
  --> unreal_asset/unreal_asset_base/src/containers/shared_resource.rs:21:11
   |
21 |     #[cfg(feature = "threading")]
   |           ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
   |
   = note: no expected values for `feature`
   = help: consider adding `threading` as a feature in `Cargo.toml`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

Check failure on line 19 in unreal_asset/unreal_asset_base/src/containers/shared_resource.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `threading`

error: unexpected `cfg` condition value: `threading`
  --> unreal_asset/unreal_asset_base/src/containers/shared_resource.rs:19:15
   |
19 |     #[cfg(not(feature = "threading"))]
   |               ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
   |
   = note: no expected values for `feature`
   = help: consider adding `threading` as a feature in `Cargo.toml`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

Check failure on line 163 in unreal_asset/unreal_asset_base/src/containers/shared_resource.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `threading`

error: unexpected `cfg` condition value: `threading`
   --> unreal_asset/unreal_asset_base/src/containers/shared_resource.rs:163:11
    |
163 | #[cfg(not(feature = "threading"))]
    |           ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
    |
    = note: no expected values for `feature`
    = help: consider adding `threading` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

Check failure on line 156 in unreal_asset/unreal_asset_base/src/containers/shared_resource.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `threading`

error: unexpected `cfg` condition value: `threading`
   --> unreal_asset/unreal_asset_base/src/containers/shared_resource.rs:156:11
    |
156 | #[cfg(not(feature = "threading"))]
    |           ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
    |
    = note: no expected values for `feature`
    = help: consider adding `threading` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

Check failure on line 153 in unreal_asset/unreal_asset_base/src/containers/shared_resource.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `threading`

error: unexpected `cfg` condition value: `threading`
   --> unreal_asset/unreal_asset_base/src/containers/shared_resource.rs:153:11
    |
153 | #[cfg(not(feature = "threading"))]
    |           ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
    |
    = note: no expected values for `feature`
    = help: consider adding `threading` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

Check failure on line 146 in unreal_asset/unreal_asset_base/src/containers/shared_resource.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `threading`

error: unexpected `cfg` condition value: `threading`
   --> unreal_asset/unreal_asset_base/src/containers/shared_resource.rs:146:11
    |
146 | #[cfg(not(feature = "threading"))]
    |           ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
    |
    = note: no expected values for `feature`
    = help: consider adding `threading` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

Check failure on line 129 in unreal_asset/unreal_asset_base/src/containers/shared_resource.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `threading`

error: unexpected `cfg` condition value: `threading`
   --> unreal_asset/unreal_asset_base/src/containers/shared_resource.rs:129:7
    |
129 | #[cfg(feature = "threading")]
    |       ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
    |
    = note: no expected values for `feature`
    = help: consider adding `threading` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

Check failure on line 120 in unreal_asset/unreal_asset_base/src/containers/shared_resource.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `threading`

error: unexpected `cfg` condition value: `threading`
   --> unreal_asset/unreal_asset_base/src/containers/shared_resource.rs:120:11
    |
120 | #[cfg(not(feature = "threading"))]
    |           ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
    |
    = note: no expected values for `feature`
    = help: consider adding `threading` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: `-D unexpected-cfgs` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(unexpected_cfgs)]`