[INFO] crate tsukuyomi 0.4.3 is already in cache [INFO] extracting crate tsukuyomi 0.4.3 into work/ex/clippy-test-run/sources/stable/reg/tsukuyomi/0.4.3 [INFO] extracting crate tsukuyomi 0.4.3 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/tsukuyomi/0.4.3 [INFO] validating manifest of tsukuyomi-0.4.3 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 tsukuyomi-0.4.3 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 tsukuyomi-0.4.3 [INFO] finished frobbing tsukuyomi-0.4.3 [INFO] frobbed toml for tsukuyomi-0.4.3 written to work/ex/clippy-test-run/sources/stable/reg/tsukuyomi/0.4.3/Cargo.toml [INFO] started frobbing tsukuyomi-0.4.3 [INFO] finished frobbing tsukuyomi-0.4.3 [INFO] frobbed toml for tsukuyomi-0.4.3 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/tsukuyomi/0.4.3/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 tsukuyomi-0.4.3 against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-5/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/reg/tsukuyomi/0.4.3:/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] c7c07f8c56a7f271f730bd57970a2d84eb39048fea7e38710f0b66509db0ecdc [INFO] running `"docker" "start" "-a" "c7c07f8c56a7f271f730bd57970a2d84eb39048fea7e38710f0b66509db0ecdc"` [INFO] [stderr] Compiling tsukuyomi-internal v0.4.3 [INFO] [stderr] Compiling tsukuyomi-macros v0.4.3 [INFO] [stderr] Compiling tsukuyomi v0.4.3 (/opt/crater/workdir) [INFO] [stderr] Checking uuid v0.7.2 [INFO] [stderr] Compiling serde_derive v1.0.85 [INFO] [stderr] Checking cookie v0.11.0 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Checking serde v1.0.85 [INFO] [stderr] Checking serde_urlencoded v0.5.4 [INFO] [stderr] Checking serde_plain v0.3.0 [INFO] [stderr] Checking serde_json v1.0.37 [INFO] [stderr] warning: lint name `pedantic` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:13:44 [INFO] [stderr] | [INFO] [stderr] 13 | #![cfg_attr(feature = "cargo-clippy", warn(pedantic))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::pedantic` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: lint name `unimplemented` 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:46 [INFO] [stderr] | [INFO] [stderr] 14 | #![cfg_attr(feature = "cargo-clippy", forbid(unimplemented))] [INFO] [stderr] | ^^^^^^^^^^^^^ help: change it to: `clippy::unimplemented` [INFO] [stderr] [INFO] [stderr] warning: lint name `pedantic` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:13:44 [INFO] [stderr] | [INFO] [stderr] 13 | #![cfg_attr(feature = "cargo-clippy", warn(pedantic))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::pedantic` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: lint name `unimplemented` 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:46 [INFO] [stderr] | [INFO] [stderr] 14 | #![cfg_attr(feature = "cargo-clippy", forbid(unimplemented))] [INFO] [stderr] | ^^^^^^^^^^^^^ help: change it to: `clippy::unimplemented` [INFO] [stderr] [INFO] [stderr] warning: lint name `pedantic` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:13:44 [INFO] [stderr] | [INFO] [stderr] 13 | #![cfg_attr(feature = "cargo-clippy", warn(pedantic))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::pedantic` [INFO] [stderr] [INFO] [stderr] warning: lint name `pedantic` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:13:44 [INFO] [stderr] | [INFO] [stderr] 13 | #![cfg_attr(feature = "cargo-clippy", warn(pedantic))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::pedantic` [INFO] [stderr] [INFO] [stderr] warning: lint name `empty_enum` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/common.rs:8:44 [INFO] [stderr] | [INFO] [stderr] 8 | #[cfg_attr(feature = "cargo-clippy", allow(empty_enum))] [INFO] [stderr] | ^^^^^^^^^^ help: change it to: `clippy::empty_enum` [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/common.rs:39:44 [INFO] [stderr] | [INFO] [stderr] 39 | #[cfg_attr(feature = "cargo-clippy", allow(stutter))] [INFO] [stderr] | ^^^^^^^ help: change it to: `clippy::stutter` [INFO] [stderr] [INFO] [stderr] warning: lint name `cast_ptr_alignment` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/scoped_map.rs:156:48 [INFO] [stderr] | [INFO] [stderr] 156 | #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cast_ptr_alignment` [INFO] [stderr] [INFO] [stderr] warning: lint name `cast_ptr_alignment` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/scoped_map.rs:161:48 [INFO] [stderr] | [INFO] [stderr] 161 | #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cast_ptr_alignment` [INFO] [stderr] [INFO] [stderr] warning: lint name `use_self` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/app/route.rs:62:44 [INFO] [stderr] | [INFO] [stderr] 62 | #[cfg_attr(feature = "cargo-clippy", allow(use_self))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [INFO] [stderr] [INFO] [stderr] warning: lint name `use_self` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/app/scope.rs:106:44 [INFO] [stderr] | [INFO] [stderr] 106 | #[cfg_attr(feature = "cargo-clippy", allow(use_self))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [INFO] [stderr] [INFO] [stderr] warning: lint name `use_self` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/app/scope.rs:262:44 [INFO] [stderr] | [INFO] [stderr] 262 | #[cfg_attr(feature = "cargo-clippy", allow(use_self))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [INFO] [stderr] [INFO] [stderr] warning: lint name `use_self` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/app/scope.rs:469:44 [INFO] [stderr] | [INFO] [stderr] 469 | #[cfg_attr(feature = "cargo-clippy", allow(use_self))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [INFO] [stderr] [INFO] [stderr] warning: lint name `use_self` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/app/builder.rs:45:44 [INFO] [stderr] | [INFO] [stderr] 45 | #[cfg_attr(feature = "cargo-clippy", allow(use_self))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [INFO] [stderr] [INFO] [stderr] warning: lint name `large_enum_variant` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/app/imp.rs:52:44 [INFO] [stderr] | [INFO] [stderr] 52 | #[cfg_attr(feature = "cargo-clippy", allow(large_enum_variant))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::large_enum_variant` [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/app/mod.rs:369:44 [INFO] [stderr] | [INFO] [stderr] 369 | #[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/error.rs:51:44 [INFO] [stderr] | [INFO] [stderr] 51 | #[cfg_attr(feature = "cargo-clippy", allow(stutter))] [INFO] [stderr] | ^^^^^^^ help: change it to: `clippy::stutter` [INFO] [stderr] [INFO] [stderr] warning: lint name `use_self` 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:123:44 [INFO] [stderr] | [INFO] [stderr] 123 | #[cfg_attr(feature = "cargo-clippy", allow(use_self))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [INFO] [stderr] [INFO] [stderr] warning: lint name `use_self` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/extractor/builder.rs:15:44 [INFO] [stderr] | [INFO] [stderr] 15 | #[cfg_attr(feature = "cargo-clippy", allow(use_self))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [INFO] [stderr] [INFO] [stderr] warning: lint name `type_complexity` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/extractor/builder.rs:172:52 [INFO] [stderr] | [INFO] [stderr] 172 | #[cfg_attr(feature = "cargo-clippy", allow(type_complexity))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::type_complexity` [INFO] [stderr] [INFO] [stderr] warning: lint name `use_self` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/extractor/generic.rs:134:44 [INFO] [stderr] | [INFO] [stderr] 134 | #[cfg_attr(feature = "cargo-clippy", allow(use_self))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [INFO] [stderr] [INFO] [stderr] warning: lint name `use_self` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/extractor/generic.rs:164:44 [INFO] [stderr] | [INFO] [stderr] 164 | #[cfg_attr(feature = "cargo-clippy", allow(use_self))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [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/extractor/param.rs:26:44 [INFO] [stderr] | [INFO] [stderr] 26 | #[cfg_attr(feature = "cargo-clippy", allow(stutter))] [INFO] [stderr] | ^^^^^^^ help: change it to: `clippy::stutter` [INFO] [stderr] [INFO] [stderr] warning: lint name `type_complexity` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/extractor/verb.rs:19:48 [INFO] [stderr] | [INFO] [stderr] 19 | #[cfg_attr(feature = "cargo-clippy", allow(type_complexity))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::type_complexity` [INFO] [stderr] [INFO] [stderr] warning: lint name `use_self` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/extractor/mod.rs:57:44 [INFO] [stderr] | [INFO] [stderr] 57 | #[cfg_attr(feature = "cargo-clippy", allow(use_self))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [INFO] [stderr] [INFO] [stderr] warning: unneeded unit expression [INFO] [stderr] --> src/extractor/mod.rs:150:5 [INFO] [stderr] | [INFO] [stderr] 150 | () [INFO] [stderr] | ^^ help: remove the final `()` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::unused_unit)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit [INFO] [stderr] [INFO] [stderr] warning: lint name `type_complexity` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/extractor/mod.rs:163:48 [INFO] [stderr] | [INFO] [stderr] 163 | #[cfg_attr(feature = "cargo-clippy", allow(type_complexity))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::type_complexity` [INFO] [stderr] [INFO] [stderr] warning: lint name `cast_sign_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/fs.rs:157:48 [INFO] [stderr] | [INFO] [stderr] 157 | #[cfg_attr(feature = "cargo-clippy", allow(cast_sign_loss))] [INFO] [stderr] | ^^^^^^^^^^^^^^ help: change it to: `clippy::cast_sign_loss` [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/fs.rs:206:48 [INFO] [stderr] | [INFO] [stderr] 206 | #[cfg_attr(feature = "cargo-clippy", allow(cast_possible_wrap))] [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/fs.rs:362:44 [INFO] [stderr] | [INFO] [stderr] 362 | #[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 `large_enum_variant` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/handler.rs:24:44 [INFO] [stderr] | [INFO] [stderr] 24 | #[cfg_attr(feature = "cargo-clippy", allow(large_enum_variant))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::large_enum_variant` [INFO] [stderr] [INFO] [stderr] warning: lint name `cast_ptr_alignment` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/input.rs:56:48 [INFO] [stderr] | [INFO] [stderr] 56 | #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cast_ptr_alignment` [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/input.rs:117:48 [INFO] [stderr] | [INFO] [stderr] 117 | #[cfg_attr(feature = "cargo-clippy", allow(stutter))] [INFO] [stderr] | ^^^^^^^ help: change it to: `clippy::stutter` [INFO] [stderr] [INFO] [stderr] warning: lint name `use_self` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/output.rs:207:44 [INFO] [stderr] | [INFO] [stderr] 207 | #[cfg_attr(feature = "cargo-clippy", allow(use_self))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [INFO] [stderr] [INFO] [stderr] warning: lint name `use_self` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/output.rs:224:44 [INFO] [stderr] | [INFO] [stderr] 224 | #[cfg_attr(feature = "cargo-clippy", allow(use_self))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [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/output.rs:278:48 [INFO] [stderr] | [INFO] [stderr] 278 | #[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/server/io.rs:117:48 [INFO] [stderr] | [INFO] [stderr] 117 | #[cfg_attr(feature = "cargo-clippy", allow(stutter))] [INFO] [stderr] | ^^^^^^^ help: change it to: `clippy::stutter` [INFO] [stderr] [INFO] [stderr] warning: lint name `use_self` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/server/io.rs:128:48 [INFO] [stderr] | [INFO] [stderr] 128 | #[cfg_attr(feature = "cargo-clippy", allow(use_self))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [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/server/io.rs:204:48 [INFO] [stderr] | [INFO] [stderr] 204 | #[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/server/service.rs:18:44 [INFO] [stderr] | [INFO] [stderr] 18 | #[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/server/service.rs:98:44 [INFO] [stderr] | [INFO] [stderr] 98 | #[cfg_attr(feature = "cargo-clippy", allow(stutter))] [INFO] [stderr] | ^^^^^^^ help: change it to: `clippy::stutter` [INFO] [stderr] [INFO] [stderr] warning: lint name `use_self` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/server/service.rs:138:44 [INFO] [stderr] | [INFO] [stderr] 138 | #[cfg_attr(feature = "cargo-clippy", allow(use_self))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [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/server/service.rs:160:44 [INFO] [stderr] | [INFO] [stderr] 160 | #[cfg_attr(feature = "cargo-clippy", allow(stutter))] [INFO] [stderr] | ^^^^^^^ help: change it to: `clippy::stutter` [INFO] [stderr] [INFO] [stderr] warning: lint name `use_self` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/server/service.rs:176:44 [INFO] [stderr] | [INFO] [stderr] 176 | #[cfg_attr(feature = "cargo-clippy", allow(use_self))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [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/server/service.rs:197:44 [INFO] [stderr] | [INFO] [stderr] 197 | #[cfg_attr(feature = "cargo-clippy", allow(stutter))] [INFO] [stderr] | ^^^^^^^ help: change it to: `clippy::stutter` [INFO] [stderr] [INFO] [stderr] warning: lint name `use_self` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/server/service.rs:211:44 [INFO] [stderr] | [INFO] [stderr] 211 | #[cfg_attr(feature = "cargo-clippy", allow(use_self))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [INFO] [stderr] [INFO] [stderr] warning: lint name `use_self` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/server/mod.rs:61:44 [INFO] [stderr] | [INFO] [stderr] 61 | #[cfg_attr(feature = "cargo-clippy", allow(use_self))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [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/test/input.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 `large_enum_variant` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/test/server.rs:242:44 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(large_enum_variant))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::large_enum_variant` [INFO] [stderr] [INFO] [stderr] warning: lint name `empty_enum` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/common.rs:8:44 [INFO] [stderr] | [INFO] [stderr] 8 | #[cfg_attr(feature = "cargo-clippy", allow(empty_enum))] [INFO] [stderr] | ^^^^^^^^^^ help: change it to: `clippy::empty_enum` [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/common.rs:39:44 [INFO] [stderr] | [INFO] [stderr] 39 | #[cfg_attr(feature = "cargo-clippy", allow(stutter))] [INFO] [stderr] | ^^^^^^^ help: change it to: `clippy::stutter` [INFO] [stderr] [INFO] [stderr] warning: lint name `cast_ptr_alignment` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/scoped_map.rs:156:48 [INFO] [stderr] | [INFO] [stderr] 156 | #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cast_ptr_alignment` [INFO] [stderr] [INFO] [stderr] warning: lint name `cast_ptr_alignment` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/scoped_map.rs:161:48 [INFO] [stderr] | [INFO] [stderr] 161 | #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cast_ptr_alignment` [INFO] [stderr] [INFO] [stderr] warning: lint name `use_self` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/app/route.rs:62:44 [INFO] [stderr] | [INFO] [stderr] 62 | #[cfg_attr(feature = "cargo-clippy", allow(use_self))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [INFO] [stderr] [INFO] [stderr] warning: lint name `use_self` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/app/scope.rs:106:44 [INFO] [stderr] | [INFO] [stderr] 106 | #[cfg_attr(feature = "cargo-clippy", allow(use_self))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [INFO] [stderr] [INFO] [stderr] warning: lint name `use_self` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/app/scope.rs:262:44 [INFO] [stderr] | [INFO] [stderr] 262 | #[cfg_attr(feature = "cargo-clippy", allow(use_self))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [INFO] [stderr] [INFO] [stderr] warning: lint name `use_self` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/app/scope.rs:469:44 [INFO] [stderr] | [INFO] [stderr] 469 | #[cfg_attr(feature = "cargo-clippy", allow(use_self))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [INFO] [stderr] [INFO] [stderr] warning: lint name `use_self` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/app/builder.rs:45:44 [INFO] [stderr] | [INFO] [stderr] 45 | #[cfg_attr(feature = "cargo-clippy", allow(use_self))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [INFO] [stderr] [INFO] [stderr] warning: lint name `large_enum_variant` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/app/imp.rs:52:44 [INFO] [stderr] | [INFO] [stderr] 52 | #[cfg_attr(feature = "cargo-clippy", allow(large_enum_variant))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::large_enum_variant` [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/app/mod.rs:369:44 [INFO] [stderr] | [INFO] [stderr] 369 | #[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/error.rs:51:44 [INFO] [stderr] | [INFO] [stderr] 51 | #[cfg_attr(feature = "cargo-clippy", allow(stutter))] [INFO] [stderr] | ^^^^^^^ help: change it to: `clippy::stutter` [INFO] [stderr] [INFO] [stderr] warning: lint name `use_self` 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:123:44 [INFO] [stderr] | [INFO] [stderr] 123 | #[cfg_attr(feature = "cargo-clippy", allow(use_self))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [INFO] [stderr] [INFO] [stderr] warning: lint name `use_self` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/extractor/builder.rs:15:44 [INFO] [stderr] | [INFO] [stderr] 15 | #[cfg_attr(feature = "cargo-clippy", allow(use_self))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [INFO] [stderr] [INFO] [stderr] warning: lint name `type_complexity` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/extractor/builder.rs:172:52 [INFO] [stderr] | [INFO] [stderr] 172 | #[cfg_attr(feature = "cargo-clippy", allow(type_complexity))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::type_complexity` [INFO] [stderr] [INFO] [stderr] warning: lint name `use_self` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/extractor/generic.rs:134:44 [INFO] [stderr] | [INFO] [stderr] 134 | #[cfg_attr(feature = "cargo-clippy", allow(use_self))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [INFO] [stderr] [INFO] [stderr] warning: lint name `use_self` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/extractor/generic.rs:164:44 [INFO] [stderr] | [INFO] [stderr] 164 | #[cfg_attr(feature = "cargo-clippy", allow(use_self))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [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/extractor/param.rs:26:44 [INFO] [stderr] | [INFO] [stderr] 26 | #[cfg_attr(feature = "cargo-clippy", allow(stutter))] [INFO] [stderr] | ^^^^^^^ help: change it to: `clippy::stutter` [INFO] [stderr] [INFO] [stderr] warning: lint name `type_complexity` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/extractor/verb.rs:19:48 [INFO] [stderr] | [INFO] [stderr] 19 | #[cfg_attr(feature = "cargo-clippy", allow(type_complexity))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::type_complexity` [INFO] [stderr] [INFO] [stderr] warning: lint name `use_self` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/extractor/mod.rs:57:44 [INFO] [stderr] | [INFO] [stderr] 57 | #[cfg_attr(feature = "cargo-clippy", allow(use_self))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [INFO] [stderr] [INFO] [stderr] warning: unneeded unit expression [INFO] [stderr] --> src/extractor/mod.rs:150:5 [INFO] [stderr] | [INFO] [stderr] 150 | () [INFO] [stderr] | ^^ help: remove the final `()` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::unused_unit)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit [INFO] [stderr] [INFO] [stderr] warning: lint name `type_complexity` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/extractor/mod.rs:163:48 [INFO] [stderr] | [INFO] [stderr] 163 | #[cfg_attr(feature = "cargo-clippy", allow(type_complexity))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::type_complexity` [INFO] [stderr] [INFO] [stderr] warning: lint name `cast_sign_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/fs.rs:157:48 [INFO] [stderr] | [INFO] [stderr] 157 | #[cfg_attr(feature = "cargo-clippy", allow(cast_sign_loss))] [INFO] [stderr] | ^^^^^^^^^^^^^^ help: change it to: `clippy::cast_sign_loss` [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/fs.rs:206:48 [INFO] [stderr] | [INFO] [stderr] 206 | #[cfg_attr(feature = "cargo-clippy", allow(cast_possible_wrap))] [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/fs.rs:362:44 [INFO] [stderr] | [INFO] [stderr] 362 | #[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 `large_enum_variant` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/handler.rs:24:44 [INFO] [stderr] | [INFO] [stderr] 24 | #[cfg_attr(feature = "cargo-clippy", allow(large_enum_variant))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::large_enum_variant` [INFO] [stderr] [INFO] [stderr] warning: lint name `cast_ptr_alignment` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/input.rs:56:48 [INFO] [stderr] | [INFO] [stderr] 56 | #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cast_ptr_alignment` [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/input.rs:117:48 [INFO] [stderr] | [INFO] [stderr] 117 | #[cfg_attr(feature = "cargo-clippy", allow(stutter))] [INFO] [stderr] | ^^^^^^^ help: change it to: `clippy::stutter` [INFO] [stderr] [INFO] [stderr] warning: lint name `use_self` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/output.rs:207:44 [INFO] [stderr] | [INFO] [stderr] 207 | #[cfg_attr(feature = "cargo-clippy", allow(use_self))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [INFO] [stderr] [INFO] [stderr] warning: lint name `use_self` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/output.rs:224:44 [INFO] [stderr] | [INFO] [stderr] 224 | #[cfg_attr(feature = "cargo-clippy", allow(use_self))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [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/output.rs:278:48 [INFO] [stderr] | [INFO] [stderr] 278 | #[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/server/io.rs:117:48 [INFO] [stderr] | [INFO] [stderr] 117 | #[cfg_attr(feature = "cargo-clippy", allow(stutter))] [INFO] [stderr] | ^^^^^^^ help: change it to: `clippy::stutter` [INFO] [stderr] [INFO] [stderr] warning: lint name `use_self` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/server/io.rs:128:48 [INFO] [stderr] | [INFO] [stderr] 128 | #[cfg_attr(feature = "cargo-clippy", allow(use_self))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [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/server/io.rs:204:48 [INFO] [stderr] | [INFO] [stderr] 204 | #[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/server/service.rs:18:44 [INFO] [stderr] | [INFO] [stderr] 18 | #[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/server/service.rs:98:44 [INFO] [stderr] | [INFO] [stderr] 98 | #[cfg_attr(feature = "cargo-clippy", allow(stutter))] [INFO] [stderr] | ^^^^^^^ help: change it to: `clippy::stutter` [INFO] [stderr] [INFO] [stderr] warning: lint name `use_self` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/server/service.rs:138:44 [INFO] [stderr] | [INFO] [stderr] 138 | #[cfg_attr(feature = "cargo-clippy", allow(use_self))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [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/server/service.rs:160:44 [INFO] [stderr] | [INFO] [stderr] 160 | #[cfg_attr(feature = "cargo-clippy", allow(stutter))] [INFO] [stderr] | ^^^^^^^ help: change it to: `clippy::stutter` [INFO] [stderr] [INFO] [stderr] warning: lint name `use_self` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/server/service.rs:176:44 [INFO] [stderr] | [INFO] [stderr] 176 | #[cfg_attr(feature = "cargo-clippy", allow(use_self))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [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/server/service.rs:197:44 [INFO] [stderr] | [INFO] [stderr] 197 | #[cfg_attr(feature = "cargo-clippy", allow(stutter))] [INFO] [stderr] | ^^^^^^^ help: change it to: `clippy::stutter` [INFO] [stderr] [INFO] [stderr] warning: lint name `use_self` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/server/service.rs:211:44 [INFO] [stderr] | [INFO] [stderr] 211 | #[cfg_attr(feature = "cargo-clippy", allow(use_self))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [INFO] [stderr] [INFO] [stderr] warning: lint name `use_self` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/server/mod.rs:61:44 [INFO] [stderr] | [INFO] [stderr] 61 | #[cfg_attr(feature = "cargo-clippy", allow(use_self))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [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/test/input.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 `large_enum_variant` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/test/server.rs:242:44 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(large_enum_variant))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::large_enum_variant` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio::reactor::Handle::current': semantics were sometimes surprising, use Handle::default() [INFO] [stderr] --> src/server/io.rs:158:57 [INFO] [stderr] | [INFO] [stderr] 158 | let listener = TcpListener::from_std(self, &Handle::current())?; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio::reactor::Handle::current': semantics were sometimes surprising, use Handle::default() [INFO] [stderr] --> src/server/io.rs:266:46 [INFO] [stderr] | [INFO] [stderr] 266 | Ok(UnixListener::from_std(self, &Handle::current())?.incoming()) [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio::reactor::Handle::current': semantics were sometimes surprising, use Handle::default() [INFO] [stderr] --> src/server/io.rs:158:57 [INFO] [stderr] | [INFO] [stderr] 158 | let listener = TcpListener::from_std(self, &Handle::current())?; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio::reactor::Handle::current': semantics were sometimes surprising, use Handle::default() [INFO] [stderr] --> src/server/io.rs:266:46 [INFO] [stderr] | [INFO] [stderr] 266 | Ok(UnixListener::from_std(self, &Handle::current())?.incoming()) [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: this .into_iter() call is equivalent to .iter() and will not move the slice [INFO] [stderr] --> src/recognizer.rs:333:26 [INFO] [stderr] | [INFO] [stderr] 333 | .into_iter() [INFO] [stderr] | ^^^^^^^^^ help: call directly: `iter` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::into_iter_on_ref)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#into_iter_on_ref [INFO] [stderr] [INFO] [stderr] warning: this .into_iter() call is equivalent to .iter() and will not move the slice [INFO] [stderr] --> src/recognizer.rs:379:8 [INFO] [stderr] | [INFO] [stderr] 379 | s1.into_iter() [INFO] [stderr] | ^^^^^^^^^ help: call directly: `iter` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#into_iter_on_ref [INFO] [stderr] [INFO] [stderr] warning: this .into_iter() call is equivalent to .iter() and will not move the slice [INFO] [stderr] --> src/recognizer.rs:380:17 [INFO] [stderr] | [INFO] [stderr] 380 | .zip(s2.into_iter()) [INFO] [stderr] | ^^^^^^^^^ help: call directly: `iter` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#into_iter_on_ref [INFO] [stderr] [INFO] [stderr] warning: this .into_iter() call is equivalent to .iter() and will not move the slice [INFO] [stderr] --> src/recognizer.rs:390:10 [INFO] [stderr] | [INFO] [stderr] 390 | path.into_iter() [INFO] [stderr] | ^^^^^^^^^ help: call directly: `iter` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#into_iter_on_ref [INFO] [stderr] [INFO] [stderr] warning: this .into_iter() call is equivalent to .iter() and will not move the slice [INFO] [stderr] --> src/recognizer.rs:333:26 [INFO] [stderr] | [INFO] [stderr] 333 | .into_iter() [INFO] [stderr] | ^^^^^^^^^ help: call directly: `iter` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::into_iter_on_ref)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#into_iter_on_ref [INFO] [stderr] [INFO] [stderr] warning: this .into_iter() call is equivalent to .iter() and will not move the slice [INFO] [stderr] --> src/recognizer.rs:379:8 [INFO] [stderr] | [INFO] [stderr] 379 | s1.into_iter() [INFO] [stderr] | ^^^^^^^^^ help: call directly: `iter` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#into_iter_on_ref [INFO] [stderr] [INFO] [stderr] warning: this .into_iter() call is equivalent to .iter() and will not move the slice [INFO] [stderr] --> src/recognizer.rs:380:17 [INFO] [stderr] | [INFO] [stderr] 380 | .zip(s2.into_iter()) [INFO] [stderr] | ^^^^^^^^^ help: call directly: `iter` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#into_iter_on_ref [INFO] [stderr] [INFO] [stderr] warning: this .into_iter() call is equivalent to .iter() and will not move the slice [INFO] [stderr] --> src/recognizer.rs:390:10 [INFO] [stderr] | [INFO] [stderr] 390 | path.into_iter() [INFO] [stderr] | ^^^^^^^^^ help: call directly: `iter` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#into_iter_on_ref [INFO] [stderr] [INFO] [stderr] warning: this .into_iter() call is equivalent to .iter() and will not move the slice [INFO] [stderr] --> src/app/mod.rs:201:14 [INFO] [stderr] | [INFO] [stderr] 201 | .into_iter() [INFO] [stderr] | ^^^^^^^^^ help: call directly: `iter` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#into_iter_on_ref [INFO] [stderr] [INFO] [stderr] warning: this .into_iter() call is equivalent to .iter() and will not move the slice [INFO] [stderr] --> src/app/mod.rs:201:14 [INFO] [stderr] | [INFO] [stderr] 201 | .into_iter() [INFO] [stderr] | ^^^^^^^^^ help: call directly: `iter` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#into_iter_on_ref [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 05s [INFO] running `"docker" "inspect" "c7c07f8c56a7f271f730bd57970a2d84eb39048fea7e38710f0b66509db0ecdc"` [INFO] running `"docker" "rm" "-f" "c7c07f8c56a7f271f730bd57970a2d84eb39048fea7e38710f0b66509db0ecdc"` [INFO] [stdout] c7c07f8c56a7f271f730bd57970a2d84eb39048fea7e38710f0b66509db0ecdc