[INFO] crate mdccc 0.1.1 is already in cache [INFO] extracting crate mdccc 0.1.1 into work/ex/clippy-test-run/sources/stable/reg/mdccc/0.1.1 [INFO] extracting crate mdccc 0.1.1 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/mdccc/0.1.1 [INFO] validating manifest of mdccc-0.1.1 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 mdccc-0.1.1 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 mdccc-0.1.1 [INFO] finished frobbing mdccc-0.1.1 [INFO] frobbed toml for mdccc-0.1.1 written to work/ex/clippy-test-run/sources/stable/reg/mdccc/0.1.1/Cargo.toml [INFO] started frobbing mdccc-0.1.1 [INFO] finished frobbing mdccc-0.1.1 [INFO] frobbed toml for mdccc-0.1.1 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/mdccc/0.1.1/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 mdccc-0.1.1 against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-1/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/reg/mdccc/0.1.1:/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] f0a674acc6b6cebd014c8b6b792fdb571c05cf54909046b7f3ea9a3397aa84e3 [INFO] running `"docker" "start" "-a" "f0a674acc6b6cebd014c8b6b792fdb571c05cf54909046b7f3ea9a3397aa84e3"` [INFO] [stderr] Checking mdccc v0.1.1 (/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] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/latex.rs:27:13 [INFO] [stderr] | [INFO] [stderr] 27 | events: events, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `events` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::redundant_field_names)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [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] = 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: redundant field names in struct initialization [INFO] [stderr] --> src/latex.rs:27:13 [INFO] [stderr] | [INFO] [stderr] 27 | events: events, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `events` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::redundant_field_names)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [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 `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 `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/bin/mdccc.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/bin/mdccc.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/bin/mdccc.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/bin/mdccc.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/bin/mdccc.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/bin/mdccc.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/bin/mdccc.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/bin/mdccc.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/bin/mdccc.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/bin/mdccc.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/bin/mdccc.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/bin/mdccc.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/bin/mdccc.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/bin/mdccc.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/bin/mdccc.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 `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/bin/mdccc.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 `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/bin/mdccc.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] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [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/bin/mdccc.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/bin/mdccc.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 `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/bin/mdccc.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 `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/bin/mdccc.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 `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] 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/bin/mdccc.rs:19:36 [INFO] [stderr] --> src/bin/mdccc.rs:10:50 [INFO] [stderr] | [INFO] [stderr] | [INFO] [stderr] 10 | allow(single_match, match_same_arms, match_ref_pats, [INFO] [stderr] 19 | shadow_unrelated, shadow_reuse, shadow_same, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: change it to: `clippy::match_ref_pats` [INFO] [stderr] | ^^^^^^^^^^^^ help: change it to: `clippy::shadow_reuse` [INFO] [stderr] [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/bin/mdccc.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 `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/bin/mdccc.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 `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/bin/mdccc.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 `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/bin/mdccc.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 `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/bin/mdccc.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 `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/bin/mdccc.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 `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/bin/mdccc.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/bin/mdccc.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | invalid_upcast_comparisons, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::invalid_upcast_comparisons` [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] [INFO] [stderr] --> src/bin/mdccc.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] 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/bin/mdccc.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] [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/bin/mdccc.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/bin/mdccc.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] 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/bin/mdccc.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] [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/bin/mdccc.rs:23:38 [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] 23 | cast_possible_wrap, cast_possible_truncation, [INFO] [stderr] --> src/bin/mdccc.rs:14:27 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cast_possible_truncation` [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] 14 | stutter, similar_names, pub_enum_variant_names, [INFO] [stderr] | ^^^^^^^^^^^^^ help: change it to: `clippy::similar_names` [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/bin/mdccc.rs:24:18 [INFO] [stderr] | [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 `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/bin/mdccc.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] 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/bin/mdccc.rs:24:33 [INFO] [stderr] | [INFO] [stderr] 24 | mutex_integer, mut_mut, items_after_statements, [INFO] [stderr] [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/bin/mdccc.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 `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/bin/mdccc.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] 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/bin/mdccc.rs:25:18 [INFO] [stderr] | [INFO] [stderr] 25 | mem_forget, maybe_infinite_iter))] [INFO] [stderr] | ^^^^^^^^^^ help: change it to: `clippy::mem_forget` [INFO] [stderr] [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/bin/mdccc.rs:25:30 [INFO] [stderr] | [INFO] [stderr] 25 | mem_forget, maybe_infinite_iter))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::maybe_infinite_iter` [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/bin/mdccc.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/bin/mdccc.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/bin/mdccc.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/bin/mdccc.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/bin/mdccc.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/bin/mdccc.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/bin/mdccc.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/bin/mdccc.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/bin/mdccc.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/bin/mdccc.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/bin/mdccc.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/bin/mdccc.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/bin/mdccc.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/bin/mdccc.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/bin/mdccc.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/bin/mdccc.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/bin/mdccc.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/bin/mdccc.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/bin/mdccc.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/bin/mdccc.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/bin/mdccc.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 `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/bin/mdccc.rs:25:18 [INFO] [stderr] | [INFO] [stderr] 25 | 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/bin/mdccc.rs:25:30 [INFO] [stderr] | [INFO] [stderr] 25 | 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/bin/mdccc.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 `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/bin/mdccc.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] error: missing documentation for a function [INFO] [stderr] --> src/bin/mdccc.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / fn mdccc_main() -> Result<()> { [INFO] [stderr] 35 | | let mut input = String::new(); [INFO] [stderr] 36 | | stdin().read_to_string(&mut input)?; [INFO] [stderr] 37 | | LaTeXIter::with_str(&input).write_to_io(&mut stdout()) [INFO] [stderr] 38 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/bin/mdccc.rs:15:18 [INFO] [stderr] | [INFO] [stderr] 15 | missing_docs_in_private_items, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_docs_in_private_items [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `mdccc`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "f0a674acc6b6cebd014c8b6b792fdb571c05cf54909046b7f3ea9a3397aa84e3"` [INFO] running `"docker" "rm" "-f" "f0a674acc6b6cebd014c8b6b792fdb571c05cf54909046b7f3ea9a3397aa84e3"` [INFO] [stdout] f0a674acc6b6cebd014c8b6b792fdb571c05cf54909046b7f3ea9a3397aa84e3