[INFO] crate avocado 0.0.4 is already in cache [INFO] extracting crate avocado 0.0.4 into work/ex/clippy-test-run/sources/stable/reg/avocado/0.0.4 [INFO] extracting crate avocado 0.0.4 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/avocado/0.0.4 [INFO] validating manifest of avocado-0.0.4 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 avocado-0.0.4 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 avocado-0.0.4 [INFO] finished frobbing avocado-0.0.4 [INFO] frobbed toml for avocado-0.0.4 written to work/ex/clippy-test-run/sources/stable/reg/avocado/0.0.4/Cargo.toml [INFO] started frobbing avocado-0.0.4 [INFO] finished frobbing avocado-0.0.4 [INFO] frobbed toml for avocado-0.0.4 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/avocado/0.0.4/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 avocado-0.0.4 against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-2/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/reg/avocado/0.0.4:/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] 6e89134b416d537e76be47b0c81f7a6a707c583a3de5e9217294b80d055380a4 [INFO] running `"docker" "start" "-a" "6e89134b416d537e76be47b0c81f7a6a707c583a3de5e9217294b80d055380a4"` [INFO] [stderr] Checking linked-hash-map v0.5.1 [INFO] [stderr] Compiling magnet_derive v0.4.0 [INFO] [stderr] Checking bson v0.13.0 [INFO] [stderr] Checking mongodb v0.3.12 [INFO] [stderr] Checking magnet_schema v0.4.0 [INFO] [stderr] Checking avocado v0.0.4 (/opt/crater/workdir) [INFO] [stderr] warning: lint name `single_match` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:10:19 [INFO] [stderr] | [INFO] [stderr] 10 | allow(single_match, match_same_arms, match_ref_pats, [INFO] [stderr] | ^^^^^^^^^^^^ help: change it to: `clippy::single_match` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: lint name `match_same_arms` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:10:33 [INFO] [stderr] | [INFO] [stderr] 10 | allow(single_match, match_same_arms, match_ref_pats, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::match_same_arms` [INFO] [stderr] [INFO] [stderr] warning: lint name `match_ref_pats` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:10:50 [INFO] [stderr] | [INFO] [stderr] 10 | allow(single_match, match_same_arms, match_ref_pats, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: change it to: `clippy::match_ref_pats` [INFO] [stderr] [INFO] [stderr] warning: lint name `clone_on_ref_ptr` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:11:19 [INFO] [stderr] | [INFO] [stderr] 11 | clone_on_ref_ptr, needless_pass_by_value))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: change it to: `clippy::clone_on_ref_ptr` [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/lib.rs:11:37 [INFO] [stderr] | [INFO] [stderr] 11 | clone_on_ref_ptr, needless_pass_by_value))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::needless_pass_by_value` [INFO] [stderr] [INFO] [stderr] warning: lint name `wrong_pub_self_convention` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:13:18 [INFO] [stderr] | [INFO] [stderr] 13 | deny(wrong_pub_self_convention, used_underscore_binding, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::wrong_pub_self_convention` [INFO] [stderr] [INFO] [stderr] warning: lint name `used_underscore_binding` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:13:45 [INFO] [stderr] | [INFO] [stderr] 13 | deny(wrong_pub_self_convention, used_underscore_binding, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::used_underscore_binding` [INFO] [stderr] [INFO] [stderr] warning: lint name `stutter` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:14:18 [INFO] [stderr] | [INFO] [stderr] 14 | stutter, similar_names, pub_enum_variant_names, [INFO] [stderr] | ^^^^^^^ help: change it to: `clippy::stutter` [INFO] [stderr] [INFO] [stderr] warning: lint name `similar_names` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:14:27 [INFO] [stderr] | [INFO] [stderr] 14 | stutter, similar_names, pub_enum_variant_names, [INFO] [stderr] | ^^^^^^^^^^^^^ help: change it to: `clippy::similar_names` [INFO] [stderr] [INFO] [stderr] warning: lint name `pub_enum_variant_names` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:14:42 [INFO] [stderr] | [INFO] [stderr] 14 | stutter, similar_names, pub_enum_variant_names, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::pub_enum_variant_names` [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/lib.rs:15:18 [INFO] [stderr] | [INFO] [stderr] 15 | missing_docs_in_private_items, [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/lib.rs:16:18 [INFO] [stderr] | [INFO] [stderr] 16 | non_ascii_literal, unicode_not_nfc, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: change it to: `clippy::non_ascii_literal` [INFO] [stderr] [INFO] [stderr] warning: lint name `unicode_not_nfc` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:16:37 [INFO] [stderr] | [INFO] [stderr] 16 | non_ascii_literal, unicode_not_nfc, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::unicode_not_nfc` [INFO] [stderr] [INFO] [stderr] warning: lint name `result_unwrap_used` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:17:18 [INFO] [stderr] | [INFO] [stderr] 17 | result_unwrap_used, option_unwrap_used, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::result_unwrap_used` [INFO] [stderr] [INFO] [stderr] warning: lint name `option_unwrap_used` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:17:38 [INFO] [stderr] | [INFO] [stderr] 17 | result_unwrap_used, option_unwrap_used, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::option_unwrap_used` [INFO] [stderr] [INFO] [stderr] warning: lint name `option_map_unwrap_or_else` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:18:18 [INFO] [stderr] | [INFO] [stderr] 18 | option_map_unwrap_or_else, option_map_unwrap_or, filter_map, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::option_map_unwrap_or_else` [INFO] [stderr] [INFO] [stderr] warning: lint name `option_map_unwrap_or` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:18:45 [INFO] [stderr] | [INFO] [stderr] 18 | option_map_unwrap_or_else, option_map_unwrap_or, filter_map, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::option_map_unwrap_or` [INFO] [stderr] [INFO] [stderr] warning: lint name `filter_map` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:18:67 [INFO] [stderr] | [INFO] [stderr] 18 | option_map_unwrap_or_else, option_map_unwrap_or, filter_map, [INFO] [stderr] | ^^^^^^^^^^ help: change it to: `clippy::filter_map` [INFO] [stderr] [INFO] [stderr] warning: lint name `shadow_unrelated` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:19:18 [INFO] [stderr] | [INFO] [stderr] 19 | shadow_unrelated, shadow_reuse, shadow_same, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: change it to: `clippy::shadow_unrelated` [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/lib.rs:19:36 [INFO] [stderr] | [INFO] [stderr] 19 | shadow_unrelated, shadow_reuse, shadow_same, [INFO] [stderr] | ^^^^^^^^^^^^ help: change it to: `clippy::shadow_reuse` [INFO] [stderr] [INFO] [stderr] warning: lint name `shadow_same` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:19:50 [INFO] [stderr] | [INFO] [stderr] 19 | shadow_unrelated, shadow_reuse, shadow_same, [INFO] [stderr] | ^^^^^^^^^^^ help: change it to: `clippy::shadow_same` [INFO] [stderr] [INFO] [stderr] warning: lint name `int_plus_one` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:20:18 [INFO] [stderr] | [INFO] [stderr] 20 | int_plus_one, string_add_assign, if_not_else, [INFO] [stderr] | ^^^^^^^^^^^^ help: change it to: `clippy::int_plus_one` [INFO] [stderr] [INFO] [stderr] warning: lint name `string_add_assign` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:20:32 [INFO] [stderr] | [INFO] [stderr] 20 | int_plus_one, string_add_assign, if_not_else, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: change it to: `clippy::string_add_assign` [INFO] [stderr] [INFO] [stderr] warning: lint name `if_not_else` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:20:51 [INFO] [stderr] | [INFO] [stderr] 20 | int_plus_one, string_add_assign, if_not_else, [INFO] [stderr] | ^^^^^^^^^^^ help: change it to: `clippy::if_not_else` [INFO] [stderr] [INFO] [stderr] warning: lint name `invalid_upcast_comparisons` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | invalid_upcast_comparisons, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::invalid_upcast_comparisons` [INFO] [stderr] [INFO] [stderr] warning: lint name `cast_precision_loss` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:22:18 [INFO] [stderr] | [INFO] [stderr] 22 | cast_precision_loss, cast_lossless, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cast_precision_loss` [INFO] [stderr] [INFO] [stderr] warning: lint name `cast_lossless` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:22:39 [INFO] [stderr] | [INFO] [stderr] 22 | cast_precision_loss, cast_lossless, [INFO] [stderr] | ^^^^^^^^^^^^^ help: change it to: `clippy::cast_lossless` [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/lib.rs:23:18 [INFO] [stderr] | [INFO] [stderr] 23 | cast_possible_wrap, cast_possible_truncation, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cast_possible_wrap` [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/lib.rs:23:38 [INFO] [stderr] | [INFO] [stderr] 23 | cast_possible_wrap, cast_possible_truncation, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cast_possible_truncation` [INFO] [stderr] [INFO] [stderr] warning: lint name `mutex_integer` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:24:18 [INFO] [stderr] | [INFO] [stderr] 24 | mutex_integer, mut_mut, items_after_statements, [INFO] [stderr] | ^^^^^^^^^^^^^ help: change it to: `clippy::mutex_integer` [INFO] [stderr] [INFO] [stderr] warning: lint name `mut_mut` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:24:33 [INFO] [stderr] | [INFO] [stderr] 24 | mutex_integer, mut_mut, items_after_statements, [INFO] [stderr] | ^^^^^^^ help: change it to: `clippy::mut_mut` [INFO] [stderr] [INFO] [stderr] warning: lint name `items_after_statements` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:24:42 [INFO] [stderr] | [INFO] [stderr] 24 | mutex_integer, mut_mut, items_after_statements, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::items_after_statements` [INFO] [stderr] [INFO] [stderr] warning: lint name `print_stdout` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:25:18 [INFO] [stderr] | [INFO] [stderr] 25 | print_stdout, mem_forget, maybe_infinite_iter))] [INFO] [stderr] | ^^^^^^^^^^^^ help: change it to: `clippy::print_stdout` [INFO] [stderr] [INFO] [stderr] warning: lint name `mem_forget` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:25:32 [INFO] [stderr] | [INFO] [stderr] 25 | print_stdout, mem_forget, maybe_infinite_iter))] [INFO] [stderr] | ^^^^^^^^^^ help: change it to: `clippy::mem_forget` [INFO] [stderr] [INFO] [stderr] warning: lint name `maybe_infinite_iter` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:25:44 [INFO] [stderr] | [INFO] [stderr] 25 | print_stdout, mem_forget, maybe_infinite_iter))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::maybe_infinite_iter` [INFO] [stderr] warning: lint name `single_match` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] [INFO] [stderr] --> src/lib.rs:10:19 [INFO] [stderr] | [INFO] [stderr] 10 | allow(single_match, match_same_arms, match_ref_pats, [INFO] [stderr] | ^^^^^^^^^^^^ help: change it to: `clippy::single_match` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: lint name `match_same_arms` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:10:33 [INFO] [stderr] | [INFO] [stderr] 10 | allow(single_match, match_same_arms, match_ref_pats, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::match_same_arms` [INFO] [stderr] [INFO] [stderr] warning: lint name `match_ref_pats` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:10:50 [INFO] [stderr] | [INFO] [stderr] 10 | allow(single_match, match_same_arms, match_ref_pats, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: change it to: `clippy::match_ref_pats` [INFO] [stderr] [INFO] [stderr] warning: lint name `clone_on_ref_ptr` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:11:19 [INFO] [stderr] | [INFO] [stderr] 11 | clone_on_ref_ptr, needless_pass_by_value))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: change it to: `clippy::clone_on_ref_ptr` [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/lib.rs:11:37 [INFO] [stderr] | [INFO] [stderr] 11 | clone_on_ref_ptr, needless_pass_by_value))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::needless_pass_by_value` [INFO] [stderr] [INFO] [stderr] warning: lint name `wrong_pub_self_convention` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:13:18 [INFO] [stderr] | [INFO] [stderr] 13 | deny(wrong_pub_self_convention, used_underscore_binding, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::wrong_pub_self_convention` [INFO] [stderr] [INFO] [stderr] warning: lint name `used_underscore_binding` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:13:45 [INFO] [stderr] | [INFO] [stderr] 13 | deny(wrong_pub_self_convention, used_underscore_binding, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::used_underscore_binding` [INFO] [stderr] [INFO] [stderr] warning: lint name `stutter` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:14:18 [INFO] [stderr] | [INFO] [stderr] 14 | stutter, similar_names, pub_enum_variant_names, [INFO] [stderr] | ^^^^^^^ help: change it to: `clippy::stutter` [INFO] [stderr] [INFO] [stderr] warning: lint name `similar_names` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:14:27 [INFO] [stderr] | [INFO] [stderr] 14 | stutter, similar_names, pub_enum_variant_names, [INFO] [stderr] | ^^^^^^^^^^^^^ help: change it to: `clippy::similar_names` [INFO] [stderr] [INFO] [stderr] warning: lint name `pub_enum_variant_names` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:14:42 [INFO] [stderr] | [INFO] [stderr] 14 | stutter, similar_names, pub_enum_variant_names, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::pub_enum_variant_names` [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/lib.rs:15:18 [INFO] [stderr] | [INFO] [stderr] 15 | missing_docs_in_private_items, [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/lib.rs:16:18 [INFO] [stderr] | [INFO] [stderr] 16 | non_ascii_literal, unicode_not_nfc, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: change it to: `clippy::non_ascii_literal` [INFO] [stderr] [INFO] [stderr] warning: lint name `unicode_not_nfc` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:16:37 [INFO] [stderr] | [INFO] [stderr] 16 | non_ascii_literal, unicode_not_nfc, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::unicode_not_nfc` [INFO] [stderr] [INFO] [stderr] warning: lint name `result_unwrap_used` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:17:18 [INFO] [stderr] | [INFO] [stderr] 17 | result_unwrap_used, option_unwrap_used, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::result_unwrap_used` [INFO] [stderr] [INFO] [stderr] warning: lint name `option_unwrap_used` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:17:38 [INFO] [stderr] | [INFO] [stderr] 17 | result_unwrap_used, option_unwrap_used, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::option_unwrap_used` [INFO] [stderr] [INFO] [stderr] warning: lint name `option_map_unwrap_or_else` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:18:18 [INFO] [stderr] | [INFO] [stderr] 18 | option_map_unwrap_or_else, option_map_unwrap_or, filter_map, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::option_map_unwrap_or_else` [INFO] [stderr] [INFO] [stderr] warning: lint name `option_map_unwrap_or` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:18:45 [INFO] [stderr] | [INFO] [stderr] 18 | option_map_unwrap_or_else, option_map_unwrap_or, filter_map, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::option_map_unwrap_or` [INFO] [stderr] [INFO] [stderr] warning: lint name `filter_map` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:18:67 [INFO] [stderr] | [INFO] [stderr] 18 | option_map_unwrap_or_else, option_map_unwrap_or, filter_map, [INFO] [stderr] | ^^^^^^^^^^ help: change it to: `clippy::filter_map` [INFO] [stderr] [INFO] [stderr] warning: lint name `shadow_unrelated` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:19:18 [INFO] [stderr] | [INFO] [stderr] 19 | shadow_unrelated, shadow_reuse, shadow_same, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: change it to: `clippy::shadow_unrelated` [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/lib.rs:19:36 [INFO] [stderr] | [INFO] [stderr] 19 | shadow_unrelated, shadow_reuse, shadow_same, [INFO] [stderr] | ^^^^^^^^^^^^ help: change it to: `clippy::shadow_reuse` [INFO] [stderr] [INFO] [stderr] warning: lint name `shadow_same` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:19:50 [INFO] [stderr] | [INFO] [stderr] 19 | shadow_unrelated, shadow_reuse, shadow_same, [INFO] [stderr] | ^^^^^^^^^^^ help: change it to: `clippy::shadow_same` [INFO] [stderr] [INFO] [stderr] warning: lint name `int_plus_one` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:20:18 [INFO] [stderr] | [INFO] [stderr] 20 | int_plus_one, string_add_assign, if_not_else, [INFO] [stderr] | ^^^^^^^^^^^^ help: change it to: `clippy::int_plus_one` [INFO] [stderr] [INFO] [stderr] warning: lint name `string_add_assign` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:20:32 [INFO] [stderr] | [INFO] [stderr] 20 | int_plus_one, string_add_assign, if_not_else, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: change it to: `clippy::string_add_assign` [INFO] [stderr] [INFO] [stderr] warning: lint name `if_not_else` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:20:51 [INFO] [stderr] | [INFO] [stderr] 20 | int_plus_one, string_add_assign, if_not_else, [INFO] [stderr] | ^^^^^^^^^^^ help: change it to: `clippy::if_not_else` [INFO] [stderr] [INFO] [stderr] warning: lint name `invalid_upcast_comparisons` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | invalid_upcast_comparisons, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::invalid_upcast_comparisons` [INFO] [stderr] [INFO] [stderr] warning: lint name `cast_precision_loss` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:22:18 [INFO] [stderr] | [INFO] [stderr] 22 | cast_precision_loss, cast_lossless, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cast_precision_loss` [INFO] [stderr] [INFO] [stderr] warning: lint name `cast_lossless` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:22:39 [INFO] [stderr] | [INFO] [stderr] 22 | cast_precision_loss, cast_lossless, [INFO] [stderr] | ^^^^^^^^^^^^^ help: change it to: `clippy::cast_lossless` [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/lib.rs:23:18 [INFO] [stderr] | [INFO] [stderr] 23 | cast_possible_wrap, cast_possible_truncation, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cast_possible_wrap` [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/lib.rs:23:38 [INFO] [stderr] | [INFO] [stderr] 23 | cast_possible_wrap, cast_possible_truncation, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cast_possible_truncation` [INFO] [stderr] [INFO] [stderr] warning: lint name `mutex_integer` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:24:18 [INFO] [stderr] | [INFO] [stderr] 24 | mutex_integer, mut_mut, items_after_statements, [INFO] [stderr] | ^^^^^^^^^^^^^ help: change it to: `clippy::mutex_integer` [INFO] [stderr] [INFO] [stderr] warning: lint name `mut_mut` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:24:33 [INFO] [stderr] | [INFO] [stderr] 24 | mutex_integer, mut_mut, items_after_statements, [INFO] [stderr] | ^^^^^^^ help: change it to: `clippy::mut_mut` [INFO] [stderr] [INFO] [stderr] warning: lint name `items_after_statements` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:24:42 [INFO] [stderr] | [INFO] [stderr] 24 | mutex_integer, mut_mut, items_after_statements, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::items_after_statements` [INFO] [stderr] [INFO] [stderr] warning: lint name `print_stdout` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:25:18 [INFO] [stderr] | [INFO] [stderr] 25 | print_stdout, mem_forget, maybe_infinite_iter))] [INFO] [stderr] | ^^^^^^^^^^^^ help: change it to: `clippy::print_stdout` [INFO] [stderr] [INFO] [stderr] warning: lint name `mem_forget` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:25:32 [INFO] [stderr] | [INFO] [stderr] 25 | print_stdout, mem_forget, maybe_infinite_iter))] [INFO] [stderr] | ^^^^^^^^^^ help: change it to: `clippy::mem_forget` [INFO] [stderr] [INFO] [stderr] warning: lint name `maybe_infinite_iter` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:25:44 [INFO] [stderr] | [INFO] [stderr] 25 | print_stdout, mem_forget, maybe_infinite_iter))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::maybe_infinite_iter` [INFO] [stderr] [INFO] [stderr] warning: lint name `single_match` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:10:19 [INFO] [stderr] | [INFO] [stderr] 10 | allow(single_match, match_same_arms, match_ref_pats, [INFO] [stderr] | ^^^^^^^^^^^^ help: change it to: `clippy::single_match` [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/cursor.rs:29:48 [INFO] [stderr] | [INFO] [stderr] 29 | #[cfg_attr(feature = "cargo-clippy", allow(cast_possible_wrap, cast_possible_truncation))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cast_possible_wrap` [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/cursor.rs:29:68 [INFO] [stderr] | [INFO] [stderr] 29 | #[cfg_attr(feature = "cargo-clippy", allow(cast_possible_wrap, cast_possible_truncation))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cast_possible_truncation` [INFO] [stderr] [INFO] [stderr] warning: lint name `stutter` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/dsl/doc.rs:10:44 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg_attr(feature = "cargo-clippy", allow(stutter))] [INFO] [stderr] | ^^^^^^^ help: change it to: `clippy::stutter` [INFO] [stderr] [INFO] [stderr] warning: lint name `stutter` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/dsl/filter.rs:14:44 [INFO] [stderr] | [INFO] [stderr] 14 | #[cfg_attr(feature = "cargo-clippy", allow(stutter))] [INFO] [stderr] | ^^^^^^^ help: change it to: `clippy::stutter` [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/dsl/filter.rs:98:48 [INFO] [stderr] | [INFO] [stderr] 98 | #[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 `stutter` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/dsl/update.rs:9:44 [INFO] [stderr] | [INFO] [stderr] 9 | #[cfg_attr(feature = "cargo-clippy", allow(stutter))] [INFO] [stderr] | ^^^^^^^ help: change it to: `clippy::stutter` [INFO] [stderr] [INFO] [stderr] warning: lint name `float_cmp` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/bsn.rs:29:48 [INFO] [stderr] | [INFO] [stderr] 29 | #[cfg_attr(feature = "cargo-clippy", allow(float_cmp))] [INFO] [stderr] | ^^^^^^^^^ help: change it to: `clippy::float_cmp` [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:7:44 [INFO] [stderr] | [INFO] [stderr] 7 | #[cfg_attr(feature = "cargo-clippy", allow(cast_possible_wrap, cast_possible_truncation, if_same_then_else))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cast_possible_wrap` [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/utils.rs:7:64 [INFO] [stderr] | [INFO] [stderr] 7 | #[cfg_attr(feature = "cargo-clippy", allow(cast_possible_wrap, cast_possible_truncation, if_same_then_else))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cast_possible_truncation` [INFO] [stderr] [INFO] [stderr] warning: lint name `if_same_then_else` 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:7:90 [INFO] [stderr] | [INFO] [stderr] 7 | #[cfg_attr(feature = "cargo-clippy", allow(cast_possible_wrap, cast_possible_truncation, if_same_then_else))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: change it to: `clippy::if_same_then_else` [INFO] [stderr] [INFO] [stderr] warning: lint name `stutter` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/error.rs:13:44 [INFO] [stderr] | [INFO] [stderr] 13 | #[cfg_attr(feature = "cargo-clippy", allow(stutter))] [INFO] [stderr] | ^^^^^^^ help: change it to: `clippy::stutter` [INFO] [stderr] [INFO] [stderr] warning: lint name `or_fun_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/error.rs:110:48 [INFO] [stderr] | [INFO] [stderr] 110 | #[cfg_attr(feature = "cargo-clippy", allow(or_fun_call))] [INFO] [stderr] | ^^^^^^^^^^^ help: change it to: `clippy::or_fun_call` [INFO] [stderr] [INFO] [stderr] warning: lint name `single_match` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:10:19 [INFO] [stderr] | [INFO] [stderr] 10 | allow(single_match, match_same_arms, match_ref_pats, [INFO] [stderr] | ^^^^^^^^^^^^ help: change it to: `clippy::single_match` [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/cursor.rs:29:48 [INFO] [stderr] | [INFO] [stderr] 29 | #[cfg_attr(feature = "cargo-clippy", allow(cast_possible_wrap, cast_possible_truncation))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cast_possible_wrap` [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/cursor.rs:29:68 [INFO] [stderr] | [INFO] [stderr] 29 | #[cfg_attr(feature = "cargo-clippy", allow(cast_possible_wrap, cast_possible_truncation))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cast_possible_truncation` [INFO] [stderr] [INFO] [stderr] warning: lint name `stutter` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/dsl/doc.rs:10:44 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg_attr(feature = "cargo-clippy", allow(stutter))] [INFO] [stderr] | ^^^^^^^ help: change it to: `clippy::stutter` [INFO] [stderr] [INFO] [stderr] warning: lint name `stutter` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/dsl/filter.rs:14:44 [INFO] [stderr] | [INFO] [stderr] 14 | #[cfg_attr(feature = "cargo-clippy", allow(stutter))] [INFO] [stderr] | ^^^^^^^ help: change it to: `clippy::stutter` [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/dsl/filter.rs:98:48 [INFO] [stderr] | [INFO] [stderr] 98 | #[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 `stutter` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/dsl/update.rs:9:44 [INFO] [stderr] | [INFO] [stderr] 9 | #[cfg_attr(feature = "cargo-clippy", allow(stutter))] [INFO] [stderr] | ^^^^^^^ help: change it to: `clippy::stutter` [INFO] [stderr] [INFO] [stderr] warning: lint name `float_cmp` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/bsn.rs:29:48 [INFO] [stderr] | [INFO] [stderr] 29 | #[cfg_attr(feature = "cargo-clippy", allow(float_cmp))] [INFO] [stderr] | ^^^^^^^^^ help: change it to: `clippy::float_cmp` [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:7:44 [INFO] [stderr] | [INFO] [stderr] 7 | #[cfg_attr(feature = "cargo-clippy", allow(cast_possible_wrap, cast_possible_truncation, if_same_then_else))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cast_possible_wrap` [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/utils.rs:7:64 [INFO] [stderr] | [INFO] [stderr] 7 | #[cfg_attr(feature = "cargo-clippy", allow(cast_possible_wrap, cast_possible_truncation, if_same_then_else))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cast_possible_truncation` [INFO] [stderr] [INFO] [stderr] warning: lint name `if_same_then_else` 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:7:90 [INFO] [stderr] | [INFO] [stderr] 7 | #[cfg_attr(feature = "cargo-clippy", allow(cast_possible_wrap, cast_possible_truncation, if_same_then_else))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: change it to: `clippy::if_same_then_else` [INFO] [stderr] [INFO] [stderr] warning: lint name `stutter` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/error.rs:13:44 [INFO] [stderr] | [INFO] [stderr] 13 | #[cfg_attr(feature = "cargo-clippy", allow(stutter))] [INFO] [stderr] | ^^^^^^^ help: change it to: `clippy::stutter` [INFO] [stderr] [INFO] [stderr] warning: lint name `or_fun_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/error.rs:110:48 [INFO] [stderr] | [INFO] [stderr] 110 | #[cfg_attr(feature = "cargo-clippy", allow(or_fun_call))] [INFO] [stderr] | ^^^^^^^^^^^ help: change it to: `clippy::or_fun_call` [INFO] [stderr] [INFO] [stderr] warning: using `println!("")` [INFO] [stderr] --> examples/basic.rs:181:5 [INFO] [stderr] | [INFO] [stderr] 181 | println!(""); [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `println!()` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::println_empty_string)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#println_empty_string [INFO] [stderr] [INFO] [stderr] warning: using `println!("")` [INFO] [stderr] --> examples/basic.rs:196:5 [INFO] [stderr] | [INFO] [stderr] 196 | println!(""); [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `println!()` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#println_empty_string [INFO] [stderr] [INFO] [stderr] error: used unwrap() on a Result value. If you don't want to handle the Err case gracefully, consider using expect() to provide a better panic message [INFO] [stderr] --> src/dsl/filter.rs:517:21 [INFO] [stderr] | [INFO] [stderr] 517 | let value = bson::to_bson(&repo_filter).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:17:18 [INFO] [stderr] | [INFO] [stderr] 17 | result_unwrap_used, option_unwrap_used, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unwrap_used [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `avocado`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "6e89134b416d537e76be47b0c81f7a6a707c583a3de5e9217294b80d055380a4"` [INFO] running `"docker" "rm" "-f" "6e89134b416d537e76be47b0c81f7a6a707c583a3de5e9217294b80d055380a4"` [INFO] [stdout] 6e89134b416d537e76be47b0c81f7a6a707c583a3de5e9217294b80d055380a4