[INFO] crate cargo-cov 0.0.5 is already in cache [INFO] extracting crate cargo-cov 0.0.5 into work/ex/clippy-test-run/sources/stable/reg/cargo-cov/0.0.5 [INFO] extracting crate cargo-cov 0.0.5 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/cargo-cov/0.0.5 [INFO] validating manifest of cargo-cov-0.0.5 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-cov-0.0.5 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-cov-0.0.5 [INFO] finished frobbing cargo-cov-0.0.5 [INFO] frobbed toml for cargo-cov-0.0.5 written to work/ex/clippy-test-run/sources/stable/reg/cargo-cov/0.0.5/Cargo.toml [INFO] started frobbing cargo-cov-0.0.5 [INFO] finished frobbing cargo-cov-0.0.5 [INFO] frobbed toml for cargo-cov-0.0.5 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/cargo-cov/0.0.5/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-cov-0.0.5 against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-7/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/reg/cargo-cov/0.0.5:/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] e034d2f31ad965cbb924c9d50d47dcbdf8ba063661a2b5fd2432805d254bc624 [INFO] running `"docker" "start" "-a" "e034d2f31ad965cbb924c9d50d47dcbdf8ba063661a2b5fd2432805d254bc624"` [INFO] [stderr] Compiling cargo-cov v0.0.5 (/opt/crater/workdir) [INFO] [stderr] Checking log v0.4.6 [INFO] [stderr] Checking shawshank v0.2.3 [INFO] [stderr] Checking toml v0.4.10 [INFO] [stderr] Checking tera v0.11.20 [INFO] [stderr] Checking env_logger v0.5.13 [INFO] [stderr] Checking cov v0.0.5 [INFO] [stderr] warning: lint name `clippy_pedantic` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:8:54 [INFO] [stderr] | [INFO] [stderr] 8 | #![cfg_attr(feature = "cargo-clippy", warn(warnings, clippy_pedantic))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::pedantic` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: lint name `missing_docs_in_private_items` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:9:45 [INFO] [stderr] | [INFO] [stderr] 9 | #![cfg_attr(feature = "cargo-clippy", allow(missing_docs_in_private_items, non_ascii_literal, shadow_reuse, unused_results))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::missing_docs_in_private_items` [INFO] [stderr] [INFO] [stderr] warning: lint name `non_ascii_literal` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:9:76 [INFO] [stderr] | [INFO] [stderr] 9 | #![cfg_attr(feature = "cargo-clippy", allow(missing_docs_in_private_items, non_ascii_literal, shadow_reuse, unused_results))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: change it to: `clippy::non_ascii_literal` [INFO] [stderr] [INFO] [stderr] warning: lint name `shadow_reuse` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:9:95 [INFO] [stderr] | [INFO] [stderr] 9 | #![cfg_attr(feature = "cargo-clippy", allow(missing_docs_in_private_items, non_ascii_literal, shadow_reuse, unused_results))] [INFO] [stderr] | ^^^^^^^^^^^^ help: change it to: `clippy::shadow_reuse` [INFO] [stderr] [INFO] [stderr] warning: lint name `clippy_pedantic` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:8:54 [INFO] [stderr] | [INFO] [stderr] 8 | #![cfg_attr(feature = "cargo-clippy", warn(warnings, clippy_pedantic))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::pedantic` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: lint name `missing_docs_in_private_items` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:9:45 [INFO] [stderr] | [INFO] [stderr] 9 | #![cfg_attr(feature = "cargo-clippy", allow(missing_docs_in_private_items, non_ascii_literal, shadow_reuse, unused_results))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::missing_docs_in_private_items` [INFO] [stderr] [INFO] [stderr] warning: lint name `non_ascii_literal` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:9:76 [INFO] [stderr] | [INFO] [stderr] 9 | #![cfg_attr(feature = "cargo-clippy", allow(missing_docs_in_private_items, non_ascii_literal, shadow_reuse, unused_results))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: change it to: `clippy::non_ascii_literal` [INFO] [stderr] [INFO] [stderr] warning: lint name `shadow_reuse` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:9:95 [INFO] [stderr] | [INFO] [stderr] 9 | #![cfg_attr(feature = "cargo-clippy", allow(missing_docs_in_private_items, non_ascii_literal, shadow_reuse, unused_results))] [INFO] [stderr] | ^^^^^^^^^^^^ help: change it to: `clippy::shadow_reuse` [INFO] [stderr] [INFO] [stderr] warning: lint name `clippy_pedantic` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:8:54 [INFO] [stderr] | [INFO] [stderr] 8 | #![cfg_attr(feature = "cargo-clippy", warn(warnings, clippy_pedantic))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::pedantic` [INFO] [stderr] [INFO] [stderr] warning: lint name `clippy_pedantic` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:8:54 [INFO] [stderr] | [INFO] [stderr] 8 | #![cfg_attr(feature = "cargo-clippy", warn(warnings, clippy_pedantic))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::pedantic` [INFO] [stderr] [INFO] [stderr] warning: lint name `redundant_closure_call` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/ui.rs:14:50 [INFO] [stderr] | [INFO] [stderr] 14 | #[cfg_attr(feature="cargo-clippy", allow(redundant_closure_call))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::redundant_closure_call` [INFO] [stderr] | [INFO] [stderr] ::: src/cargo.rs:226:9 [INFO] [stderr] | [INFO] [stderr] 226 | progress!("Delegate", "{:?}", cmd); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `redundant_closure_call` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/ui.rs:14:50 [INFO] [stderr] | [INFO] [stderr] 14 | #[cfg_attr(feature="cargo-clippy", allow(redundant_closure_call))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::redundant_closure_call` [INFO] [stderr] | [INFO] [stderr] ::: src/cargo.rs:240:13 [INFO] [stderr] | [INFO] [stderr] 240 | progress!("Remove", "{}", folder.display()); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `redundant_closure_call` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/ui.rs:14:50 [INFO] [stderr] | [INFO] [stderr] 14 | #[cfg_attr(feature="cargo-clippy", allow(redundant_closure_call))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::redundant_closure_call` [INFO] [stderr] | [INFO] [stderr] ::: src/cargo.rs:263:17 [INFO] [stderr] | [INFO] [stderr] 263 | progress!("Delegate", "{:?}", cmd); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `redundant_closure_call` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/ui.rs:14:50 [INFO] [stderr] | [INFO] [stderr] 14 | #[cfg_attr(feature="cargo-clippy", allow(redundant_closure_call))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::redundant_closure_call` [INFO] [stderr] | [INFO] [stderr] ::: src/report.rs:176:9 [INFO] [stderr] | [INFO] [stderr] 176 | progress!("Parsing", "{}/*.{}", dir_path.display(), extension); [INFO] [stderr] | --------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `redundant_closure_call` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/ui.rs:14:50 [INFO] [stderr] | [INFO] [stderr] 14 | #[cfg_attr(feature="cargo-clippy", allow(redundant_closure_call))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::redundant_closure_call` [INFO] [stderr] | [INFO] [stderr] ::: src/report.rs:301:5 [INFO] [stderr] | [INFO] [stderr] 301 | progress!("Created", "{}", path.display()); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: you should put `ThinLTO` between ticks in the documentation [INFO] [stderr] --> src/shim.rs:60:37 [INFO] [stderr] | [INFO] [stderr] 60 | /// | `-Ccodegen-units=1` | Disable ThinLTO which corrupts debuginfo (see [rustc issue #45511]). | [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/main.rs:8:54 [INFO] [stderr] | [INFO] [stderr] 8 | #![cfg_attr(feature = "cargo-clippy", warn(warnings, clippy_pedantic))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: #[warn(clippy::doc_markdown)] implied by #[warn(clippy::pedantic)] [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown [INFO] [stderr] [INFO] [stderr] warning: lint name `needless_pass_by_value` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/template.rs:7:43 [INFO] [stderr] | [INFO] [stderr] 7 | #![cfg_attr(feature="cargo-clippy", allow(needless_pass_by_value))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::needless_pass_by_value` [INFO] [stderr] [INFO] [stderr] warning: lint name `cast_possible_truncation` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/template.rs:66:44 [INFO] [stderr] | [INFO] [stderr] 66 | #[cfg_attr(feature = "cargo-clippy", allow(cast_possible_truncation))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cast_possible_truncation` [INFO] [stderr] [INFO] [stderr] warning: lint name `cast_possible_wrap` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/utils.rs:53:56 [INFO] [stderr] | [INFO] [stderr] 53 | #[cfg_attr(feature = "cargo-clippy", allow(cast_possible_wrap))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cast_possible_wrap` [INFO] [stderr] ... [INFO] [stderr] 67 | do_compare!(lhs, rhs) [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `redundant_closure_call` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/ui.rs:14:50 [INFO] [stderr] | [INFO] [stderr] 14 | #[cfg_attr(feature="cargo-clippy", allow(redundant_closure_call))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::redundant_closure_call` [INFO] [stderr] | [INFO] [stderr] ::: src/main.rs:200:13 [INFO] [stderr] | [INFO] [stderr] 200 | progress!("Opening", "{}", path.display()); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `redundant_closure_call` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/ui.rs:33:50 [INFO] [stderr] | [INFO] [stderr] 33 | #[cfg_attr(feature="cargo-clippy", allow(redundant_closure_call))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::redundant_closure_call` [INFO] [stderr] | [INFO] [stderr] ::: src/main.rs:203:17 [INFO] [stderr] | [INFO] [stderr] 203 | warning!("failed to open report, result: {}", status); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `redundant_closure_call` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/ui.rs:33:50 [INFO] [stderr] | [INFO] [stderr] 33 | #[cfg_attr(feature="cargo-clippy", allow(redundant_closure_call))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::redundant_closure_call` [INFO] [stderr] | [INFO] [stderr] ::: src/main.rs:206:13 [INFO] [stderr] | [INFO] [stderr] 206 | warning!("nothing to open"); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `redundant_closure_call` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/ui.rs:14:50 [INFO] [stderr] | [INFO] [stderr] 14 | #[cfg_attr(feature="cargo-clippy", allow(redundant_closure_call))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::redundant_closure_call` [INFO] [stderr] | [INFO] [stderr] ::: src/cargo.rs:226:9 [INFO] [stderr] | [INFO] [stderr] 226 | progress!("Delegate", "{:?}", cmd); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `redundant_closure_call` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/ui.rs:14:50 [INFO] [stderr] | [INFO] [stderr] 14 | #[cfg_attr(feature="cargo-clippy", allow(redundant_closure_call))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::redundant_closure_call` [INFO] [stderr] | [INFO] [stderr] ::: src/cargo.rs:240:13 [INFO] [stderr] | [INFO] [stderr] 240 | progress!("Remove", "{}", folder.display()); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `redundant_closure_call` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/ui.rs:14:50 [INFO] [stderr] | [INFO] [stderr] 14 | #[cfg_attr(feature="cargo-clippy", allow(redundant_closure_call))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::redundant_closure_call` [INFO] [stderr] | [INFO] [stderr] ::: src/cargo.rs:263:17 [INFO] [stderr] | [INFO] [stderr] 263 | progress!("Delegate", "{:?}", cmd); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `redundant_closure_call` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/ui.rs:14:50 [INFO] [stderr] | [INFO] [stderr] 14 | #[cfg_attr(feature="cargo-clippy", allow(redundant_closure_call))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::redundant_closure_call` [INFO] [stderr] | [INFO] [stderr] ::: src/report.rs:176:9 [INFO] [stderr] | [INFO] [stderr] 176 | progress!("Parsing", "{}/*.{}", dir_path.display(), extension); [INFO] [stderr] | --------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `redundant_closure_call` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/ui.rs:14:50 [INFO] [stderr] | [INFO] [stderr] 14 | #[cfg_attr(feature="cargo-clippy", allow(redundant_closure_call))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::redundant_closure_call` [INFO] [stderr] | [INFO] [stderr] ::: src/report.rs:301:5 [INFO] [stderr] | [INFO] [stderr] 301 | progress!("Created", "{}", path.display()); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: you should put `ThinLTO` between ticks in the documentation [INFO] [stderr] --> src/shim.rs:60:37 [INFO] [stderr] | [INFO] [stderr] 60 | /// | `-Ccodegen-units=1` | Disable ThinLTO which corrupts debuginfo (see [rustc issue #45511]). | [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/main.rs:8:54 [INFO] [stderr] | [INFO] [stderr] 8 | #![cfg_attr(feature = "cargo-clippy", warn(warnings, clippy_pedantic))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: #[warn(clippy::doc_markdown)] implied by #[warn(clippy::pedantic)] [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown [INFO] [stderr] [INFO] [stderr] warning: lint name `needless_pass_by_value` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/template.rs:7:43 [INFO] [stderr] | [INFO] [stderr] 7 | #![cfg_attr(feature="cargo-clippy", allow(needless_pass_by_value))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::needless_pass_by_value` [INFO] [stderr] [INFO] [stderr] warning: lint name `cast_possible_truncation` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/template.rs:66:44 [INFO] [stderr] | [INFO] [stderr] 66 | #[cfg_attr(feature = "cargo-clippy", allow(cast_possible_truncation))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cast_possible_truncation` [INFO] [stderr] [INFO] [stderr] warning: lint name `cast_possible_wrap` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/utils.rs:53:56 [INFO] [stderr] | [INFO] [stderr] 53 | #[cfg_attr(feature = "cargo-clippy", allow(cast_possible_wrap))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cast_possible_wrap` [INFO] [stderr] ... [INFO] [stderr] 67 | do_compare!(lhs, rhs) [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `redundant_closure_call` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/ui.rs:14:50 [INFO] [stderr] | [INFO] [stderr] 14 | #[cfg_attr(feature="cargo-clippy", allow(redundant_closure_call))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::redundant_closure_call` [INFO] [stderr] | [INFO] [stderr] ::: src/main.rs:200:13 [INFO] [stderr] | [INFO] [stderr] 200 | progress!("Opening", "{}", path.display()); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `redundant_closure_call` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/ui.rs:33:50 [INFO] [stderr] | [INFO] [stderr] 33 | #[cfg_attr(feature="cargo-clippy", allow(redundant_closure_call))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::redundant_closure_call` [INFO] [stderr] | [INFO] [stderr] ::: src/main.rs:203:17 [INFO] [stderr] | [INFO] [stderr] 203 | warning!("failed to open report, result: {}", status); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `redundant_closure_call` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/ui.rs:33:50 [INFO] [stderr] | [INFO] [stderr] 33 | #[cfg_attr(feature="cargo-clippy", allow(redundant_closure_call))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::redundant_closure_call` [INFO] [stderr] | [INFO] [stderr] ::: src/main.rs:206:13 [INFO] [stderr] | [INFO] [stderr] 206 | warning!("nothing to open"); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections [INFO] [stderr] --> src/report.rs:296:13 [INFO] [stderr] | [INFO] [stderr] 296 | context.add("crate_path", &config.workspace_path); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections [INFO] [stderr] --> src/report.rs:297:13 [INFO] [stderr] | [INFO] [stderr] 297 | context.add("files", &files); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections [INFO] [stderr] --> src/report.rs:296:13 [INFO] [stderr] | [INFO] [stderr] 296 | context.add("crate_path", &config.workspace_path); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections [INFO] [stderr] --> src/report.rs:297:13 [INFO] [stderr] | [INFO] [stderr] 297 | context.add("files", &files); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections [INFO] [stderr] --> src/report.rs:361:13 [INFO] [stderr] | [INFO] [stderr] 361 | context.add("crate_path", &config.workspace_path); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections [INFO] [stderr] --> src/report.rs:362:13 [INFO] [stderr] | [INFO] [stderr] 362 | context.add("symbol", &entry.symbol); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections [INFO] [stderr] --> src/report.rs:363:13 [INFO] [stderr] | [INFO] [stderr] 363 | context.add("path", &entry.path); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections [INFO] [stderr] --> src/report.rs:364:13 [INFO] [stderr] | [INFO] [stderr] 364 | context.add("summary", &entry.file.summary()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections [INFO] [stderr] --> src/report.rs:365:13 [INFO] [stderr] | [INFO] [stderr] 365 | context.add("lines", &lines); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections [INFO] [stderr] --> src/report.rs:366:13 [INFO] [stderr] | [INFO] [stderr] 366 | context.add("functions", &functions); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tera::Tera::register_global_function': Use `register_function` instead [INFO] [stderr] --> src/template.rs:46:10 [INFO] [stderr] | [INFO] [stderr] 46 | tera.register_global_function("debug_it", Box::new(debug_it)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections [INFO] [stderr] --> src/report.rs:361:13 [INFO] [stderr] | [INFO] [stderr] 361 | context.add("crate_path", &config.workspace_path); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections [INFO] [stderr] --> src/report.rs:362:13 [INFO] [stderr] | [INFO] [stderr] 362 | context.add("symbol", &entry.symbol); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections [INFO] [stderr] --> src/report.rs:363:13 [INFO] [stderr] | [INFO] [stderr] 363 | context.add("path", &entry.path); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections [INFO] [stderr] --> src/report.rs:364:13 [INFO] [stderr] | [INFO] [stderr] 364 | context.add("summary", &entry.file.summary()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections [INFO] [stderr] --> src/report.rs:365:13 [INFO] [stderr] | [INFO] [stderr] 365 | context.add("lines", &lines); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections [INFO] [stderr] --> src/report.rs:366:13 [INFO] [stderr] | [INFO] [stderr] 366 | context.add("functions", &functions); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tera::Tera::register_global_function': Use `register_function` instead [INFO] [stderr] --> src/template.rs:46:10 [INFO] [stderr] | [INFO] [stderr] 46 | tera.register_global_function("debug_it", Box::new(debug_it)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: this argument is passed by value, but not consumed in the function body [INFO] [stderr] --> src/cargo.rs:58:30 [INFO] [stderr] | [INFO] [stderr] 58 | pub fn new(special_args: SpecialMap<'a>, forward_args: Vec<&'a OsStr>) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: consider taking a reference instead: `&SpecialMap<'a>` [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/main.rs:8:54 [INFO] [stderr] | [INFO] [stderr] 8 | #![cfg_attr(feature = "cargo-clippy", warn(warnings, clippy_pedantic))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: #[warn(clippy::needless_pass_by_value)] implied by #[warn(clippy::pedantic)] [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_pass_by_value [INFO] [stderr] [INFO] [stderr] warning: unnecessary structure name repetition [INFO] [stderr] --> src/shim.rs:241:45 [INFO] [stderr] | [INFO] [stderr] 241 | fn new(cov_build_path: &Path) -> Result { [INFO] [stderr] | ^^^^^^^^ help: use the applicable keyword: `Self` [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/main.rs:8:54 [INFO] [stderr] | [INFO] [stderr] 8 | #![cfg_attr(feature = "cargo-clippy", warn(warnings, clippy_pedantic))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: #[warn(clippy::use_self)] implied by #[warn(clippy::pedantic)] [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#use_self [INFO] [stderr] [INFO] [stderr] warning: unnecessary structure name repetition [INFO] [stderr] --> src/sourcepath.rs:73:56 [INFO] [stderr] | [INFO] [stderr] 73 | pub fn from_multi_str<'a, I>(strings: I) -> Result [INFO] [stderr] | ^^^^^^^^^^ help: use the applicable keyword: `Self` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#use_self [INFO] [stderr] [INFO] [stderr] warning: unnecessary structure name repetition [INFO] [stderr] --> src/sourcepath.rs:77:23 [INFO] [stderr] | [INFO] [stderr] 77 | let mut res = SourceType::empty(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use the applicable keyword: `Self` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#use_self [INFO] [stderr] [INFO] [stderr] warning: unnecessary structure name repetition [INFO] [stderr] --> src/sourcepath.rs:87:13 [INFO] [stderr] | [INFO] [stderr] 87 | SourceType::LOCAL => ".", [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use the applicable keyword: `Self` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#use_self [INFO] [stderr] [INFO] [stderr] warning: unnecessary structure name repetition [INFO] [stderr] --> src/sourcepath.rs:88:13 [INFO] [stderr] | [INFO] [stderr] 88 | SourceType::RUSTSRC => "«rust»", [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use the applicable keyword: `Self` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#use_self [INFO] [stderr] [INFO] [stderr] warning: unnecessary structure name repetition [INFO] [stderr] --> src/sourcepath.rs:89:13 [INFO] [stderr] | [INFO] [stderr] 89 | SourceType::CRATES => "«crates»", [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use the applicable keyword: `Self` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#use_self [INFO] [stderr] [INFO] [stderr] warning: unnecessary structure name repetition [INFO] [stderr] --> src/sourcepath.rs:98:36 [INFO] [stderr] | [INFO] [stderr] 98 | fn from_str(s: &str) -> Result { [INFO] [stderr] | ^^^^^^^^^^ help: use the applicable keyword: `Self` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#use_self [INFO] [stderr] [INFO] [stderr] warning: unnecessary structure name repetition [INFO] [stderr] --> src/sourcepath.rs:100:24 [INFO] [stderr] | [INFO] [stderr] 100 | "local" => SourceType::LOCAL, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use the applicable keyword: `Self` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#use_self [INFO] [stderr] [INFO] [stderr] warning: unnecessary structure name repetition [INFO] [stderr] --> src/sourcepath.rs:101:25 [INFO] [stderr] | [INFO] [stderr] 101 | "macros" => SourceType::MACROS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use the applicable keyword: `Self` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#use_self [INFO] [stderr] [INFO] [stderr] warning: unnecessary structure name repetition [INFO] [stderr] --> src/sourcepath.rs:102:26 [INFO] [stderr] | [INFO] [stderr] 102 | "rustsrc" => SourceType::RUSTSRC, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use the applicable keyword: `Self` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#use_self [INFO] [stderr] [INFO] [stderr] warning: unnecessary structure name repetition [INFO] [stderr] --> src/sourcepath.rs:103:25 [INFO] [stderr] | [INFO] [stderr] 103 | "crates" => SourceType::CRATES, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use the applicable keyword: `Self` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#use_self [INFO] [stderr] [INFO] [stderr] warning: unnecessary structure name repetition [INFO] [stderr] --> src/sourcepath.rs:104:26 [INFO] [stderr] | [INFO] [stderr] 104 | "unknown" => SourceType::UNKNOWN, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use the applicable keyword: `Self` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#use_self [INFO] [stderr] [INFO] [stderr] warning: unnecessary structure name repetition [INFO] [stderr] --> src/sourcepath.rs:105:22 [INFO] [stderr] | [INFO] [stderr] 105 | "all" => SourceType::all(), [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use the applicable keyword: `Self` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#use_self [INFO] [stderr] [INFO] [stderr] warning: this argument is passed by value, but not consumed in the function body [INFO] [stderr] --> src/cargo.rs:58:30 [INFO] [stderr] | [INFO] [stderr] 58 | pub fn new(special_args: SpecialMap<'a>, forward_args: Vec<&'a OsStr>) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: consider taking a reference instead: `&SpecialMap<'a>` [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/main.rs:8:54 [INFO] [stderr] | [INFO] [stderr] 8 | #![cfg_attr(feature = "cargo-clippy", warn(warnings, clippy_pedantic))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: #[warn(clippy::needless_pass_by_value)] implied by #[warn(clippy::pedantic)] [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_pass_by_value [INFO] [stderr] [INFO] [stderr] warning: unnecessary structure name repetition [INFO] [stderr] --> src/shim.rs:241:45 [INFO] [stderr] | [INFO] [stderr] 241 | fn new(cov_build_path: &Path) -> Result { [INFO] [stderr] | ^^^^^^^^ help: use the applicable keyword: `Self` [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/main.rs:8:54 [INFO] [stderr] | [INFO] [stderr] 8 | #![cfg_attr(feature = "cargo-clippy", warn(warnings, clippy_pedantic))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: #[warn(clippy::use_self)] implied by #[warn(clippy::pedantic)] [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#use_self [INFO] [stderr] [INFO] [stderr] warning: unnecessary structure name repetition [INFO] [stderr] --> src/sourcepath.rs:73:56 [INFO] [stderr] | [INFO] [stderr] 73 | pub fn from_multi_str<'a, I>(strings: I) -> Result [INFO] [stderr] | ^^^^^^^^^^ help: use the applicable keyword: `Self` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#use_self [INFO] [stderr] [INFO] [stderr] warning: unnecessary structure name repetition [INFO] [stderr] --> src/sourcepath.rs:77:23 [INFO] [stderr] | [INFO] [stderr] 77 | let mut res = SourceType::empty(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use the applicable keyword: `Self` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#use_self [INFO] [stderr] [INFO] [stderr] warning: unnecessary structure name repetition [INFO] [stderr] --> src/sourcepath.rs:87:13 [INFO] [stderr] | [INFO] [stderr] 87 | SourceType::LOCAL => ".", [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use the applicable keyword: `Self` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#use_self [INFO] [stderr] [INFO] [stderr] warning: unnecessary structure name repetition [INFO] [stderr] --> src/sourcepath.rs:88:13 [INFO] [stderr] | [INFO] [stderr] 88 | SourceType::RUSTSRC => "«rust»", [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use the applicable keyword: `Self` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#use_self [INFO] [stderr] [INFO] [stderr] warning: unnecessary structure name repetition [INFO] [stderr] --> src/sourcepath.rs:89:13 [INFO] [stderr] | [INFO] [stderr] 89 | SourceType::CRATES => "«crates»", [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use the applicable keyword: `Self` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#use_self [INFO] [stderr] [INFO] [stderr] warning: unnecessary structure name repetition [INFO] [stderr] --> src/sourcepath.rs:98:36 [INFO] [stderr] | [INFO] [stderr] 98 | fn from_str(s: &str) -> Result { [INFO] [stderr] | ^^^^^^^^^^ help: use the applicable keyword: `Self` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#use_self [INFO] [stderr] [INFO] [stderr] warning: unnecessary structure name repetition [INFO] [stderr] --> src/sourcepath.rs:100:24 [INFO] [stderr] | [INFO] [stderr] 100 | "local" => SourceType::LOCAL, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use the applicable keyword: `Self` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#use_self [INFO] [stderr] [INFO] [stderr] warning: unnecessary structure name repetition [INFO] [stderr] --> src/sourcepath.rs:101:25 [INFO] [stderr] | [INFO] [stderr] 101 | "macros" => SourceType::MACROS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use the applicable keyword: `Self` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#use_self [INFO] [stderr] [INFO] [stderr] warning: unnecessary structure name repetition [INFO] [stderr] --> src/sourcepath.rs:102:26 [INFO] [stderr] | [INFO] [stderr] 102 | "rustsrc" => SourceType::RUSTSRC, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use the applicable keyword: `Self` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#use_self [INFO] [stderr] [INFO] [stderr] warning: unnecessary structure name repetition [INFO] [stderr] --> src/sourcepath.rs:103:25 [INFO] [stderr] | [INFO] [stderr] 103 | "crates" => SourceType::CRATES, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use the applicable keyword: `Self` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#use_self [INFO] [stderr] [INFO] [stderr] warning: unnecessary structure name repetition [INFO] [stderr] --> src/sourcepath.rs:104:26 [INFO] [stderr] | [INFO] [stderr] 104 | "unknown" => SourceType::UNKNOWN, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use the applicable keyword: `Self` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#use_self [INFO] [stderr] [INFO] [stderr] warning: unnecessary structure name repetition [INFO] [stderr] --> src/sourcepath.rs:105:22 [INFO] [stderr] | [INFO] [stderr] 105 | "all" => SourceType::all(), [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use the applicable keyword: `Self` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#use_self [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.33s [INFO] running `"docker" "inspect" "e034d2f31ad965cbb924c9d50d47dcbdf8ba063661a2b5fd2432805d254bc624"` [INFO] running `"docker" "rm" "-f" "e034d2f31ad965cbb924c9d50d47dcbdf8ba063661a2b5fd2432805d254bc624"` [INFO] [stdout] e034d2f31ad965cbb924c9d50d47dcbdf8ba063661a2b5fd2432805d254bc624