Skip to content

Traversing to target directory from provided output directory and put… #5

Traversing to target directory from provided output directory and put…

Traversing to target directory from provided output directory and put… #5

GitHub Actions / bundler failed May 31, 2024 in 0s

bundler

2 errors

Details

Results

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

Versions

  • rustc 1.78.0 (9b00956e5 2024-04-29)
  • cargo 1.78.0 (54d8815d0 2024-03-26)
  • clippy 0.1.78 (9b00956 2024-04-29)

Annotations

Check failure on line 68 in src/bundle/windows/nsis.rs

See this annotation in the file changed.

@github-actions github-actions / bundler

equality checks against true are unnecessary

error: equality checks against true are unnecessary
  --> src/bundle/windows/nsis.rs:68:6
   |
68 |   if settings.windows().use_local_tool_path == true {
   |      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try simplifying it as shown: `settings.windows().use_local_tool_path`
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#bool_comparison
   = note: `-D clippy::bool-comparison` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(clippy::bool_comparison)]`

Check failure on line 68 in src/bundle/windows/nsis.rs

See this annotation in the file changed.

@github-actions github-actions / bundler

equality checks against true are unnecessary

error: equality checks against true are unnecessary
  --> src/bundle/windows/nsis.rs:68:6
   |
68 |   if settings.windows().use_local_tool_path == true {
   |      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try simplifying it as shown: `settings.windows().use_local_tool_path`
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#bool_comparison
   = note: `-D clippy::bool-comparison` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(clippy::bool_comparison)]`