[INFO] crate cargo-bundle 0.4.0 is already in cache
[INFO] extracting crate cargo-bundle 0.4.0 into work/ex/clippy-test-run/sources/stable/reg/cargo-bundle/0.4.0
[INFO] extracting crate cargo-bundle 0.4.0 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/cargo-bundle/0.4.0
[INFO] validating manifest of cargo-bundle-0.4.0 on toolchain stable
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] validating manifest of cargo-bundle-0.4.0 on toolchain stable+rustflags=-Dclippy::into_iter_on_array
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started frobbing cargo-bundle-0.4.0
[INFO] removed 0 missing examples
[INFO] finished frobbing cargo-bundle-0.4.0
[INFO] frobbed toml for cargo-bundle-0.4.0 written to work/ex/clippy-test-run/sources/stable/reg/cargo-bundle/0.4.0/Cargo.toml
[INFO] started frobbing cargo-bundle-0.4.0
[INFO] removed 0 missing examples
[INFO] finished frobbing cargo-bundle-0.4.0
[INFO] frobbed toml for cargo-bundle-0.4.0 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/cargo-bundle/0.4.0/Cargo.toml
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] linting cargo-bundle-0.4.0 against stable for clippy-test-run
[INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-4/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/reg/cargo-bundle/0.4.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+stable" "clippy" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] 2556d09c9bffe297d5a2a42cce3b1f273fc74de62529319fbfe9c1ddba775cef
[INFO] running `"docker" "start" "-a" "2556d09c9bffe297d5a2a42cce3b1f273fc74de62529319fbfe9c1ddba775cef"`
[INFO] [stderr] Checking ar v0.3.1
[INFO] [stderr] Checking uuid v0.5.1
[INFO] [stderr] Checking cab v0.1.0
[INFO] [stderr] Checking icns v0.2.2
[INFO] [stderr] Checking target_build_utils v0.3.1
[INFO] [stderr] Checking cfb v0.3.1
[INFO] [stderr] Checking msi v0.2.0
[INFO] [stderr] Checking cargo-bundle v0.4.0 (/opt/crater/workdir)
[INFO] [stderr] warning: using `write!()` with a format string that ends in a single newline, consider using `writeln!()` instead
[INFO] [stderr] --> src/bundle/common.rs:167:9
[INFO] [stderr] |
[INFO] [stderr] 167 | write!(output, " {}\n", msg)?;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(clippy::write_with_newline)] on by default
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline
[INFO] [stderr]
[INFO] [stderr] warning: using `write!()` with a format string that ends in a single newline, consider using `writeln!()` instead
[INFO] [stderr] --> src/bundle/common.rs:173:9
[INFO] [stderr] |
[INFO] [stderr] 173 | write!(output, " {}\n", msg)?;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline
[INFO] [stderr]
[INFO] [stderr] warning: using `write!()` with a format string that ends in a single newline, consider using `writeln!()` instead
[INFO] [stderr] --> src/bundle/common.rs:186:9
[INFO] [stderr] |
[INFO] [stderr] 186 | write!(output, " {}\n", message)?;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline
[INFO] [stderr]
[INFO] [stderr] warning: using `write!()` with a format string that ends in a single newline, consider using `writeln!()` instead
[INFO] [stderr] --> src/bundle/common.rs:192:9
[INFO] [stderr] |
[INFO] [stderr] 192 | write!(output, " {}\n", message)?;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline
[INFO] [stderr]
[INFO] [stderr] warning: using `write!()` with a format string that ends in a single newline, consider using `writeln!()` instead
[INFO] [stderr] --> src/bundle/common.rs:245:13
[INFO] [stderr] |
[INFO] [stderr] 245 | write!(file, "Hello, world!\n").unwrap();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline
[INFO] [stderr]
[INFO] [stderr] warning: using `write!()` with a format string that ends in a single newline, consider using `writeln!()` instead
[INFO] [stderr] --> src/bundle/common.rs:261:13
[INFO] [stderr] |
[INFO] [stderr] 261 | write!(file, "Hello, world!\n").unwrap();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline
[INFO] [stderr]
[INFO] [stderr] warning: using `write!()` with a format string that ends in a single newline, consider using `writeln!()` instead
[INFO] [stderr] --> src/bundle/deb_bundle.rs:110:5
[INFO] [stderr] |
[INFO] [stderr] 110 | write!(file, "[Desktop Entry]\n")?;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline
[INFO] [stderr]
[INFO] [stderr] warning: using `write!()` with a format string that ends in a single newline, consider using `writeln!()` instead
[INFO] [stderr] --> src/bundle/deb_bundle.rs:111:5
[INFO] [stderr] |
[INFO] [stderr] 111 | write!(file, "Encoding=UTF-8\n")?;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline
[INFO] [stderr]
[INFO] [stderr] warning: using `write!()` with a format string that ends in a single newline, consider using `writeln!()` instead
[INFO] [stderr] --> src/bundle/deb_bundle.rs:113:9
[INFO] [stderr] |
[INFO] [stderr] 113 | write!(file, "Categories={}\n", category.gnome_desktop_categories())?;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline
[INFO] [stderr]
[INFO] [stderr] warning: using `write!()` with a format string that ends in a single newline, consider using `writeln!()` instead
[INFO] [stderr] --> src/bundle/deb_bundle.rs:116:9
[INFO] [stderr] |
[INFO] [stderr] 116 | write!(file, "Comment={}\n", settings.short_description())?;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline
[INFO] [stderr]
[INFO] [stderr] warning: using `write!()` with a format string that ends in a single newline, consider using `writeln!()` instead
[INFO] [stderr] --> src/bundle/deb_bundle.rs:118:5
[INFO] [stderr] |
[INFO] [stderr] 118 | write!(file, "Exec={}\n", bin_name)?;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline
[INFO] [stderr]
[INFO] [stderr] warning: using `write!()` with a format string that ends in a single newline, consider using `writeln!()` instead
[INFO] [stderr] --> src/bundle/deb_bundle.rs:119:5
[INFO] [stderr] |
[INFO] [stderr] 119 | write!(file, "Icon={}\n", bin_name)?;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline
[INFO] [stderr]
[INFO] [stderr] warning: using `write!()` with a format string that ends in a single newline, consider using `writeln!()` instead
[INFO] [stderr] --> src/bundle/deb_bundle.rs:120:5
[INFO] [stderr] |
[INFO] [stderr] 120 | write!(file, "Name={}\n", settings.bundle_name())?;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline
[INFO] [stderr]
[INFO] [stderr] warning: using `write!()` with a format string that ends in a single newline, consider using `writeln!()` instead
[INFO] [stderr] --> src/bundle/deb_bundle.rs:121:5
[INFO] [stderr] |
[INFO] [stderr] 121 | write!(file, "Terminal=false\n")?;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline
[INFO] [stderr]
[INFO] [stderr] warning: using `write!()` with a format string that ends in a single newline, consider using `writeln!()` instead
[INFO] [stderr] --> src/bundle/deb_bundle.rs:122:5
[INFO] [stderr] |
[INFO] [stderr] 122 | write!(file, "Type=Application\n")?;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline
[INFO] [stderr]
[INFO] [stderr] warning: using `write!()` with a format string that ends in a single newline, consider using `writeln!()` instead
[INFO] [stderr] --> src/bundle/deb_bundle.rs:123:5
[INFO] [stderr] |
[INFO] [stderr] 123 | write!(file, "Version={}\n", settings.version_string())?;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline
[INFO] [stderr]
[INFO] [stderr] warning: using `write!()` with a format string that ends in a single newline, consider using `writeln!()` instead
[INFO] [stderr] --> src/bundle/deb_bundle.rs:191:9
[INFO] [stderr] |
[INFO] [stderr] 191 | write!(md5sums_file, " {}\n", path_str)?;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline
[INFO] [stderr]
[INFO] [stderr] warning: using `write!()` with a format string that ends in a single newline, consider using `writeln!()` instead
[INFO] [stderr] --> src/bundle/ios_bundle.rs:134:13
[INFO] [stderr] |
[INFO] [stderr] 134 | write!(file, " {}\n", filename)?;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline
[INFO] [stderr]
[INFO] [stderr] warning: using `write!()` with a format string that ends in a single newline, consider using `writeln!()` instead
[INFO] [stderr] --> src/bundle/ios_bundle.rs:136:9
[INFO] [stderr] |
[INFO] [stderr] 136 | write!(file, " \n")?;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline
[INFO] [stderr]
[INFO] [stderr] warning: using `write!()` with a format string that ends in a single newline, consider using `writeln!()` instead
[INFO] [stderr] --> src/bundle/common.rs:167:9
[INFO] [stderr] |
[INFO] [stderr] 167 | write!(output, " {}\n", msg)?;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(clippy::write_with_newline)] on by default
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline
[INFO] [stderr]
[INFO] [stderr] warning: using `write!()` with a format string that ends in a single newline, consider using `writeln!()` instead
[INFO] [stderr] --> src/bundle/common.rs:173:9
[INFO] [stderr] |
[INFO] [stderr] 173 | write!(output, " {}\n", msg)?;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline
[INFO] [stderr]
[INFO] [stderr] warning: using `write!()` with a format string that ends in a single newline, consider using `writeln!()` instead
[INFO] [stderr] --> src/bundle/common.rs:186:9
[INFO] [stderr] |
[INFO] [stderr] 186 | write!(output, " {}\n", message)?;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline
[INFO] [stderr]
[INFO] [stderr] warning: using `write!()` with a format string that ends in a single newline, consider using `writeln!()` instead
[INFO] [stderr] --> src/bundle/common.rs:192:9
[INFO] [stderr] |
[INFO] [stderr] 192 | write!(output, " {}\n", message)?;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline
[INFO] [stderr]
[INFO] [stderr] warning: using `write!()` with a format string that ends in a single newline, consider using `writeln!()` instead
[INFO] [stderr] --> src/bundle/common.rs:245:13
[INFO] [stderr] |
[INFO] [stderr] 245 | write!(file, "Hello, world!\n").unwrap();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline
[INFO] [stderr]
[INFO] [stderr] warning: using `write!()` with a format string that ends in a single newline, consider using `writeln!()` instead
[INFO] [stderr] --> src/bundle/common.rs:261:13
[INFO] [stderr] |
[INFO] [stderr] 261 | write!(file, "Hello, world!\n").unwrap();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline
[INFO] [stderr]
[INFO] [stderr] warning: using `write!()` with a format string that ends in a single newline, consider using `writeln!()` instead
[INFO] [stderr] --> src/bundle/deb_bundle.rs:110:5
[INFO] [stderr] |
[INFO] [stderr] 110 | write!(file, "[Desktop Entry]\n")?;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline
[INFO] [stderr]
[INFO] [stderr] warning: using `write!()` with a format string that ends in a single newline, consider using `writeln!()` instead
[INFO] [stderr] --> src/bundle/deb_bundle.rs:111:5
[INFO] [stderr] |
[INFO] [stderr] 111 | write!(file, "Encoding=UTF-8\n")?;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline
[INFO] [stderr]
[INFO] [stderr] warning: using `write!()` with a format string that ends in a single newline, consider using `writeln!()` instead
[INFO] [stderr] --> src/bundle/deb_bundle.rs:113:9
[INFO] [stderr] |
[INFO] [stderr] 113 | write!(file, "Categories={}\n", category.gnome_desktop_categories())?;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline
[INFO] [stderr]
[INFO] [stderr] warning: using `write!()` with a format string that ends in a single newline, consider using `writeln!()` instead
[INFO] [stderr] --> src/bundle/deb_bundle.rs:116:9
[INFO] [stderr] |
[INFO] [stderr] 116 | write!(file, "Comment={}\n", settings.short_description())?;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline
[INFO] [stderr]
[INFO] [stderr] warning: using `write!()` with a format string that ends in a single newline, consider using `writeln!()` instead
[INFO] [stderr] --> src/bundle/deb_bundle.rs:118:5
[INFO] [stderr] |
[INFO] [stderr] 118 | write!(file, "Exec={}\n", bin_name)?;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline
[INFO] [stderr]
[INFO] [stderr] warning: using `write!()` with a format string that ends in a single newline, consider using `writeln!()` instead
[INFO] [stderr] --> src/bundle/deb_bundle.rs:119:5
[INFO] [stderr] |
[INFO] [stderr] 119 | write!(file, "Icon={}\n", bin_name)?;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline
[INFO] [stderr]
[INFO] [stderr] warning: using `write!()` with a format string that ends in a single newline, consider using `writeln!()` instead
[INFO] [stderr] --> src/bundle/deb_bundle.rs:120:5
[INFO] [stderr] |
[INFO] [stderr] 120 | write!(file, "Name={}\n", settings.bundle_name())?;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline
[INFO] [stderr]
[INFO] [stderr] warning: using `write!()` with a format string that ends in a single newline, consider using `writeln!()` instead
[INFO] [stderr] --> src/bundle/deb_bundle.rs:121:5
[INFO] [stderr] |
[INFO] [stderr] 121 | write!(file, "Terminal=false\n")?;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline
[INFO] [stderr]
[INFO] [stderr] warning: using `write!()` with a format string that ends in a single newline, consider using `writeln!()` instead
[INFO] [stderr] --> src/bundle/deb_bundle.rs:122:5
[INFO] [stderr] |
[INFO] [stderr] 122 | write!(file, "Type=Application\n")?;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline
[INFO] [stderr]
[INFO] [stderr] warning: using `write!()` with a format string that ends in a single newline, consider using `writeln!()` instead
[INFO] [stderr] --> src/bundle/deb_bundle.rs:123:5
[INFO] [stderr] |
[INFO] [stderr] 123 | write!(file, "Version={}\n", settings.version_string())?;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline
[INFO] [stderr]
[INFO] [stderr] warning: using `write!()` with a format string that ends in a single newline, consider using `writeln!()` instead
[INFO] [stderr] --> src/bundle/deb_bundle.rs:191:9
[INFO] [stderr] |
[INFO] [stderr] 191 | write!(md5sums_file, " {}\n", path_str)?;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline
[INFO] [stderr]
[INFO] [stderr] warning: using `write!()` with a format string that ends in a single newline, consider using `writeln!()` instead
[INFO] [stderr] --> src/bundle/ios_bundle.rs:134:13
[INFO] [stderr] |
[INFO] [stderr] 134 | write!(file, " {}\n", filename)?;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline
[INFO] [stderr]
[INFO] [stderr] warning: using `write!()` with a format string that ends in a single newline, consider using `writeln!()` instead
[INFO] [stderr] --> src/bundle/ios_bundle.rs:136:9
[INFO] [stderr] |
[INFO] [stderr] 136 | write!(file, " \n")?;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline
[INFO] [stderr]
[INFO] [stderr] warning: long literal lacking separators
[INFO] [stderr] --> src/bundle/msi_bundle.rs:514:49
[INFO] [stderr] |
[INFO] [stderr] 514 | msi::Column::build("FileSize").range(0, 0x7fffffff).int32(),
[INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x7fff_ffff`
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(clippy::unreadable_literal)] on by default
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal
[INFO] [stderr]
[INFO] [stderr] warning: long literal lacking separators
[INFO] [stderr] --> src/bundle/msi_bundle.rs:514:49
[INFO] [stderr] |
[INFO] [stderr] 514 | msi::Column::build("FileSize").range(0, 0x7fffffff).int32(),
[INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x7fff_ffff`
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(clippy::unreadable_literal)] on by default
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> src/bundle/category.rs:133:37
[INFO] [stderr] |
[INFO] [stderr] 133 | pub fn gnome_desktop_categories(&self) -> &'static str {
[INFO] [stderr] | ^^^^^ help: consider passing by value instead: `self`
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(clippy::trivially_copy_pass_by_ref)] on by default
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> src/bundle/category.rs:180:42
[INFO] [stderr] |
[INFO] [stderr] 180 | pub fn osx_application_category_type(&self) -> &'static str {
[INFO] [stderr] | ^^^^^ help: consider passing by value instead: `self`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: writing `&Vec<_>` instead of `&[_]` involves one more reference and cannot be used with non-Vec-based slices.
[INFO] [stderr] --> src/bundle/common.rs:140:37
[INFO] [stderr] |
[INFO] [stderr] 140 | pub fn print_finished(output_paths: &Vec) -> ::Result<()> {
[INFO] [stderr] | ^^^^^^^^^^^^^ help: change this to: `&[PathBuf]`
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(clippy::ptr_arg)] on by default
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_arg
[INFO] [stderr]
[INFO] [stderr] warning: you seem to be trying to use `&Box`. Consider using just `&T`
[INFO] [stderr] --> src/bundle/common.rs:154:56
[INFO] [stderr] |
[INFO] [stderr] 154 | fn safe_term_attr(output: &mut Box, attr: term::Attr) -> term::Result<()> {
[INFO] [stderr] | ^^^^^^^^^^^ help: try: `&mut T`
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(clippy::borrowed_box)] on by default
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#borrowed_box
[INFO] [stderr]
[INFO] [stderr] warning: you seem to be trying to match on a boolean expression
[INFO] [stderr] --> src/bundle/common.rs:155:5
[INFO] [stderr] |
[INFO] [stderr] 155 | / match output.supports_attr(attr) {
[INFO] [stderr] 156 | | true => output.attr(attr),
[INFO] [stderr] 157 | | false => Ok(()),
[INFO] [stderr] 158 | | }
[INFO] [stderr] | |_____^ help: consider using an if/else expression: `if output.supports_attr(attr) { output.attr(attr) } else { Ok(()) }`
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(clippy::match_bool)] on by default
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#match_bool
[INFO] [stderr]
[INFO] [stderr] warning: use of `unwrap_or` followed by a call to `new`
[INFO] [stderr] --> src/bundle/deb_bundle.rs:138:19
[INFO] [stderr] |
[INFO] [stderr] 138 | let authors = settings.authors_comma_separated().unwrap_or(String::new());
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try this: `settings.authors_comma_separated().unwrap_or_default()`
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(clippy::or_fun_call)] on by default
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#or_fun_call
[INFO] [stderr]
[INFO] [stderr] warning: writing `&Vec<_>` instead of `&[_]` involves one more reference and cannot be used with non-Vec-based slices.
[INFO] [stderr] --> src/bundle/ios_bundle.rs:120:80
[INFO] [stderr] |
[INFO] [stderr] 120 | fn generate_info_plist(bundle_dir: &Path, settings: &Settings, icon_filenames: &Vec) -> ::Result<()> {
[INFO] [stderr] | ^^^^^^^^^^^^ help: change this to: `&[String]`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_arg
[INFO] [stderr]
[INFO] [stderr] warning: use of `unwrap_or` followed by a call to `new`
[INFO] [stderr] --> src/bundle/msi_bundle.rs:179:19
[INFO] [stderr] |
[INFO] [stderr] 179 | let authors = settings.authors_comma_separated().unwrap_or(String::new());
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try this: `settings.authors_comma_separated().unwrap_or_default()`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#or_fun_call
[INFO] [stderr]
[INFO] [stderr] warning: called `.get().unwrap()` on a BTreeMap. Using `[]` is more clear and more concise
[INFO] [stderr] --> src/bundle/msi_bundle.rs:258:31
[INFO] [stderr] |
[INFO] [stderr] 258 | dir_key = dir_map.get(&dir_path).unwrap().key.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try this: `&dir_map[&dir_path]`
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(clippy::get_unwrap)] on by default
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#get_unwrap
[INFO] [stderr]
[INFO] [stderr] warning: called `.get().unwrap()` on a HashMap. Using `[]` is more clear and more concise
[INFO] [stderr] --> src/bundle/msi_bundle.rs:344:29
[INFO] [stderr] |
[INFO] [stderr] 344 | let file_path = file_map.get(file_writer.file_name()).unwrap();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try this: `&file_map[file_writer.file_name()]`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#get_unwrap
[INFO] [stderr]
[INFO] [stderr] warning: the variable `disk_id` is used as a loop counter. Consider using `for (disk_id, item) in cabinets.iter().enumerate()` or similar iterators
[INFO] [stderr] --> src/bundle/msi_bundle.rs:487:20
[INFO] [stderr] |
[INFO] [stderr] 487 | for cabinet in cabinets.iter() {
[INFO] [stderr] | ^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(clippy::explicit_counter_loop)] on by default
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_counter_loop
[INFO] [stderr]
[INFO] [stderr] warning: single-character string constant used as pattern
[INFO] [stderr] --> src/bundle/osx_bundle.rs:179:38
[INFO] [stderr] |
[INFO] [stderr] 179 | } else if framework.contains("/") {
[INFO] [stderr] | ^^^ help: try using a char instead: `'/'`
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(clippy::single_char_pattern)] on by default
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_char_pattern
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> src/bundle/settings.rs:35:23
[INFO] [stderr] |
[INFO] [stderr] 35 | pub fn short_name(&self) -> &'static str {
[INFO] [stderr] | ^^^^^ help: consider passing by value instead: `self`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: you don't need to add `&` to all patterns
[INFO] [stderr] --> src/bundle/settings.rs:214:9
[INFO] [stderr] |
[INFO] [stderr] 214 | / if let &Some((ref triple, _)) = target {
[INFO] [stderr] 215 | | path.push(triple);
[INFO] [stderr] 216 | | }
[INFO] [stderr] | |_________^
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(clippy::match_ref_pats)] on by default
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#match_ref_pats
[INFO] [stderr] help: instead of prefixing all patterns with `&`, you can dereference the expression
[INFO] [stderr] |
[INFO] [stderr] 214 | if let Some((ref triple, _)) = *target {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: you don't need to add `&` to all patterns
[INFO] [stderr] --> src/bundle/settings.rs:218:9
[INFO] [stderr] |
[INFO] [stderr] 218 | / if let &BuildArtifact::Example(_) = build_artifact {
[INFO] [stderr] 219 | | path.push("examples");
[INFO] [stderr] 220 | | }
[INFO] [stderr] | |_________^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#match_ref_pats
[INFO] [stderr] help: instead of prefixing all patterns with `&`, you can dereference the expression
[INFO] [stderr] |
[INFO] [stderr] 218 | if let BuildArtifact::Example(_) = *build_artifact {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: you don't need to add `&` to all patterns
[INFO] [stderr] --> src/main.rs:56:5
[INFO] [stderr] |
[INFO] [stderr] 56 | / match settings.build_artifact() {
[INFO] [stderr] 57 | | &BuildArtifact::Main => {}
[INFO] [stderr] 58 | | &BuildArtifact::Bin(ref name) => {
[INFO] [stderr] 59 | | args.push(format!("--bin={}", name));
[INFO] [stderr] ... |
[INFO] [stderr] 63 | | }
[INFO] [stderr] 64 | | }
[INFO] [stderr] | |_____^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#match_ref_pats
[INFO] [stderr] help: instead of prefixing all patterns with `&`, you can dereference the expression
[INFO] [stderr] |
[INFO] [stderr] 56 | match *settings.build_artifact() {
[INFO] [stderr] 57 | BuildArtifact::Main => {}
[INFO] [stderr] 58 | BuildArtifact::Bin(ref name) => {
[INFO] [stderr] 59 | args.push(format!("--bin={}", name));
[INFO] [stderr] 60 | }
[INFO] [stderr] 61 | BuildArtifact::Example(ref name) => {
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> src/bundle/category.rs:133:37
[INFO] [stderr] |
[INFO] [stderr] 133 | pub fn gnome_desktop_categories(&self) -> &'static str {
[INFO] [stderr] | ^^^^^ help: consider passing by value instead: `self`
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(clippy::trivially_copy_pass_by_ref)] on by default
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> src/bundle/category.rs:180:42
[INFO] [stderr] |
[INFO] [stderr] 180 | pub fn osx_application_category_type(&self) -> &'static str {
[INFO] [stderr] | ^^^^^ help: consider passing by value instead: `self`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: writing `&Vec<_>` instead of `&[_]` involves one more reference and cannot be used with non-Vec-based slices.
[INFO] [stderr] --> src/bundle/common.rs:140:37
[INFO] [stderr] |
[INFO] [stderr] 140 | pub fn print_finished(output_paths: &Vec) -> ::Result<()> {
[INFO] [stderr] | ^^^^^^^^^^^^^ help: change this to: `&[PathBuf]`
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(clippy::ptr_arg)] on by default
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_arg
[INFO] [stderr]
[INFO] [stderr] warning: you seem to be trying to use `&Box`. Consider using just `&T`
[INFO] [stderr] --> src/bundle/common.rs:154:56
[INFO] [stderr] |
[INFO] [stderr] 154 | fn safe_term_attr(output: &mut Box, attr: term::Attr) -> term::Result<()> {
[INFO] [stderr] | ^^^^^^^^^^^ help: try: `&mut T`
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(clippy::borrowed_box)] on by default
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#borrowed_box
[INFO] [stderr]
[INFO] [stderr] warning: you seem to be trying to match on a boolean expression
[INFO] [stderr] --> src/bundle/common.rs:155:5
[INFO] [stderr] |
[INFO] [stderr] 155 | / match output.supports_attr(attr) {
[INFO] [stderr] 156 | | true => output.attr(attr),
[INFO] [stderr] 157 | | false => Ok(()),
[INFO] [stderr] 158 | | }
[INFO] [stderr] | |_____^ help: consider using an if/else expression: `if output.supports_attr(attr) { output.attr(attr) } else { Ok(()) }`
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(clippy::match_bool)] on by default
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#match_bool
[INFO] [stderr]
[INFO] [stderr] warning: use of `unwrap_or` followed by a call to `new`
[INFO] [stderr] --> src/bundle/deb_bundle.rs:138:19
[INFO] [stderr] |
[INFO] [stderr] 138 | let authors = settings.authors_comma_separated().unwrap_or(String::new());
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try this: `settings.authors_comma_separated().unwrap_or_default()`
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(clippy::or_fun_call)] on by default
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#or_fun_call
[INFO] [stderr]
[INFO] [stderr] warning: writing `&Vec<_>` instead of `&[_]` involves one more reference and cannot be used with non-Vec-based slices.
[INFO] [stderr] --> src/bundle/ios_bundle.rs:120:80
[INFO] [stderr] |
[INFO] [stderr] 120 | fn generate_info_plist(bundle_dir: &Path, settings: &Settings, icon_filenames: &Vec) -> ::Result<()> {
[INFO] [stderr] | ^^^^^^^^^^^^ help: change this to: `&[String]`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_arg
[INFO] [stderr]
[INFO] [stderr] warning: use of `unwrap_or` followed by a call to `new`
[INFO] [stderr] --> src/bundle/msi_bundle.rs:179:19
[INFO] [stderr] |
[INFO] [stderr] 179 | let authors = settings.authors_comma_separated().unwrap_or(String::new());
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try this: `settings.authors_comma_separated().unwrap_or_default()`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#or_fun_call
[INFO] [stderr]
[INFO] [stderr] warning: called `.get().unwrap()` on a BTreeMap. Using `[]` is more clear and more concise
[INFO] [stderr] --> src/bundle/msi_bundle.rs:258:31
[INFO] [stderr] |
[INFO] [stderr] 258 | dir_key = dir_map.get(&dir_path).unwrap().key.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try this: `&dir_map[&dir_path]`
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(clippy::get_unwrap)] on by default
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#get_unwrap
[INFO] [stderr]
[INFO] [stderr] warning: called `.get().unwrap()` on a HashMap. Using `[]` is more clear and more concise
[INFO] [stderr] --> src/bundle/msi_bundle.rs:344:29
[INFO] [stderr] |
[INFO] [stderr] 344 | let file_path = file_map.get(file_writer.file_name()).unwrap();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try this: `&file_map[file_writer.file_name()]`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#get_unwrap
[INFO] [stderr]
[INFO] [stderr] warning: the variable `disk_id` is used as a loop counter. Consider using `for (disk_id, item) in cabinets.iter().enumerate()` or similar iterators
[INFO] [stderr] --> src/bundle/msi_bundle.rs:487:20
[INFO] [stderr] |
[INFO] [stderr] 487 | for cabinet in cabinets.iter() {
[INFO] [stderr] | ^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(clippy::explicit_counter_loop)] on by default
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_counter_loop
[INFO] [stderr]
[INFO] [stderr] warning: single-character string constant used as pattern
[INFO] [stderr] --> src/bundle/osx_bundle.rs:179:38
[INFO] [stderr] |
[INFO] [stderr] 179 | } else if framework.contains("/") {
[INFO] [stderr] | ^^^ help: try using a char instead: `'/'`
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(clippy::single_char_pattern)] on by default
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_char_pattern
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> src/bundle/settings.rs:35:23
[INFO] [stderr] |
[INFO] [stderr] 35 | pub fn short_name(&self) -> &'static str {
[INFO] [stderr] | ^^^^^ help: consider passing by value instead: `self`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: you don't need to add `&` to all patterns
[INFO] [stderr] --> src/bundle/settings.rs:214:9
[INFO] [stderr] |
[INFO] [stderr] 214 | / if let &Some((ref triple, _)) = target {
[INFO] [stderr] 215 | | path.push(triple);
[INFO] [stderr] 216 | | }
[INFO] [stderr] | |_________^
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(clippy::match_ref_pats)] on by default
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#match_ref_pats
[INFO] [stderr] help: instead of prefixing all patterns with `&`, you can dereference the expression
[INFO] [stderr] |
[INFO] [stderr] 214 | if let Some((ref triple, _)) = *target {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: you don't need to add `&` to all patterns
[INFO] [stderr] --> src/bundle/settings.rs:218:9
[INFO] [stderr] |
[INFO] [stderr] 218 | / if let &BuildArtifact::Example(_) = build_artifact {
[INFO] [stderr] 219 | | path.push("examples");
[INFO] [stderr] 220 | | }
[INFO] [stderr] | |_________^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#match_ref_pats
[INFO] [stderr] help: instead of prefixing all patterns with `&`, you can dereference the expression
[INFO] [stderr] |
[INFO] [stderr] 218 | if let BuildArtifact::Example(_) = *build_artifact {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: use of a blacklisted/placeholder name `foo`
[INFO] [stderr] --> src/bundle/settings.rs:561:13
[INFO] [stderr] |
[INFO] [stderr] 561 | let foo: &BundleSettings = bins.get("foo").unwrap();
[INFO] [stderr] | ^^^
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(clippy::blacklisted_name)] on by default
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#blacklisted_name
[INFO] [stderr]
[INFO] [stderr] warning: use of a blacklisted/placeholder name `bar`
[INFO] [stderr] --> src/bundle/settings.rs:564:13
[INFO] [stderr] |
[INFO] [stderr] 564 | let bar: &BundleSettings = bins.get("bar").unwrap();
[INFO] [stderr] | ^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#blacklisted_name
[INFO] [stderr]
[INFO] [stderr] warning: use of a blacklisted/placeholder name `baz`
[INFO] [stderr] --> src/bundle/settings.rs:569:13
[INFO] [stderr] |
[INFO] [stderr] 569 | let baz: &BundleSettings = examples.get("baz").unwrap();
[INFO] [stderr] | ^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#blacklisted_name
[INFO] [stderr]
[INFO] [stderr] warning: you don't need to add `&` to all patterns
[INFO] [stderr] --> src/main.rs:56:5
[INFO] [stderr] |
[INFO] [stderr] 56 | / match settings.build_artifact() {
[INFO] [stderr] 57 | | &BuildArtifact::Main => {}
[INFO] [stderr] 58 | | &BuildArtifact::Bin(ref name) => {
[INFO] [stderr] 59 | | args.push(format!("--bin={}", name));
[INFO] [stderr] ... |
[INFO] [stderr] 63 | | }
[INFO] [stderr] 64 | | }
[INFO] [stderr] | |_____^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#match_ref_pats
[INFO] [stderr] help: instead of prefixing all patterns with `&`, you can dereference the expression
[INFO] [stderr] |
[INFO] [stderr] 56 | match *settings.build_artifact() {
[INFO] [stderr] 57 | BuildArtifact::Main => {}
[INFO] [stderr] 58 | BuildArtifact::Bin(ref name) => {
[INFO] [stderr] 59 | args.push(format!("--bin={}", name));
[INFO] [stderr] 60 | }
[INFO] [stderr] 61 | BuildArtifact::Example(ref name) => {
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.28s
[INFO] running `"docker" "inspect" "2556d09c9bffe297d5a2a42cce3b1f273fc74de62529319fbfe9c1ddba775cef"`
[INFO] running `"docker" "rm" "-f" "2556d09c9bffe297d5a2a42cce3b1f273fc74de62529319fbfe9c1ddba775cef"`
[INFO] [stdout] 2556d09c9bffe297d5a2a42cce3b1f273fc74de62529319fbfe9c1ddba775cef