[INFO] updating cached repository ParadoxSpiral/axon [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/ParadoxSpiral/axon [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/ParadoxSpiral/axon" "work/ex/clippy-test-run/sources/stable/gh/ParadoxSpiral/axon"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/ParadoxSpiral/axon'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ParadoxSpiral/axon" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/ParadoxSpiral/axon"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/ParadoxSpiral/axon'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ecadf4fba1548e05d9ee300dfff266cd8a29973c [INFO] sha for GitHub repo ParadoxSpiral/axon: ecadf4fba1548e05d9ee300dfff266cd8a29973c [INFO] validating manifest of ParadoxSpiral/axon 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 ParadoxSpiral/axon 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 ParadoxSpiral/axon [INFO] finished frobbing ParadoxSpiral/axon [INFO] frobbed toml for ParadoxSpiral/axon written to work/ex/clippy-test-run/sources/stable/gh/ParadoxSpiral/axon/Cargo.toml [INFO] started frobbing ParadoxSpiral/axon [INFO] finished frobbing ParadoxSpiral/axon [INFO] frobbed toml for ParadoxSpiral/axon written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/ParadoxSpiral/axon/Cargo.toml [INFO] crate ParadoxSpiral/axon has a lockfile. skipping [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 ParadoxSpiral/axon against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-3/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/ParadoxSpiral/axon:/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] 0378682227e6bfa2dc4dd74f04d3569f2fd39c96f14f6fe449fee64d492fe092 [INFO] running `"docker" "start" "-a" "0378682227e6bfa2dc4dd74f04d3569f2fd39c96f14f6fe449fee64d492fe092"` [INFO] [stderr] Checking natord v1.0.9 [INFO] [stderr] Checking sha-1 v0.8.0 [INFO] [stderr] Checking tokio-threadpool v0.1.8 [INFO] [stderr] Checking tokio-tls v0.2.0 [INFO] [stderr] Checking synapse-rpc v0.1.20 [INFO] [stderr] Checking tokio-reactor v0.1.6 [INFO] [stderr] Checking tungstenite v0.6.1 [INFO] [stderr] Checking tokio-udp v0.1.2 [INFO] [stderr] Checking tokio-tcp v0.1.2 [INFO] [stderr] Checking tokio-uds v0.2.3 [INFO] [stderr] Checking tokio-fs v0.1.4 [INFO] [stderr] Checking tokio v0.1.11 [INFO] [stderr] Checking tokio-dns-unofficial v0.3.1 [INFO] [stderr] Checking tokio-tungstenite v0.6.0 [INFO] [stderr] Checking axon v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/tui/widgets.rs:441:13 [INFO] [stderr] | [INFO] [stderr] 441 | box_color: box_color, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: replace it with: `box_color` [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: 5th binding whose name is just one char [INFO] [stderr] --> src/utils/fmt.rs:26:9 [INFO] [stderr] | [INFO] [stderr] 26 | let s = dur.num_seconds() - dur.num_minutes() * 60; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::many_single_char_names)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#many_single_char_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/tui/widgets.rs:441:13 [INFO] [stderr] | [INFO] [stderr] 441 | box_color: box_color, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: replace it with: `box_color` [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: 5th binding whose name is just one char [INFO] [stderr] --> src/utils/fmt.rs:26:9 [INFO] [stderr] | [INFO] [stderr] 26 | let s = dur.num_seconds() - dur.num_minutes() * 60; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::many_single_char_names)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#many_single_char_names [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `Center` [INFO] [stderr] --> src/utils/align.rs:99:5 [INFO] [stderr] | [INFO] [stderr] 99 | pub struct Center {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: passing a unit value to a function [INFO] [stderr] --> src/rpc.rs:164:52 [INFO] [stderr] | [INFO] [stderr] 164 | Message::Ping(p) => Ok(send_raw(Message::Pong(p))), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::unit_arg)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unit_arg [INFO] [stderr] help: if you intended to pass a unit value, use a unit literal instead [INFO] [stderr] | [INFO] [stderr] 164 | Message::Ping(p) => Ok(()), [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: passing a unit value to a function [INFO] [stderr] --> src/rpc.rs:176:44 [INFO] [stderr] | [INFO] [stderr] 176 | Ok(send(CMessage::Subscribe { [INFO] [stderr] | ____________________________________________^ [INFO] [stderr] 177 | | serial: next_serial(), [INFO] [stderr] 178 | | ids: ids.iter().map(|id| (&**id).to_owned()).collect(), [INFO] [stderr] 179 | | })) [INFO] [stderr] | |__________________________________________^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unit_arg [INFO] [stderr] help: if you intended to pass a unit value, use a unit literal instead [INFO] [stderr] | [INFO] [stderr] 176 | Ok(()) [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: redundant closure found [INFO] [stderr] --> src/tui/panels.rs:172:80 [INFO] [stderr] | [INFO] [stderr] 172 | rpc::start_connect(self.server.inner(), self.pass.inner()).map(|f| tokio::spawn(f)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: remove closure as shown: `tokio::spawn` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::redundant_closure)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tui/panels.rs:205:15 [INFO] [stderr] | [INFO] [stderr] 205 | trackers: Vec<(Tracker, Vec<(String, String, Option)>)>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::type_complexity)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: in an 'if' condition, avoid complex blocks or closures with blocks; instead, move the block or closure higher and bind it with a 'let' [INFO] [stderr] --> src/tui/view.rs:139:32 [INFO] [stderr] | [INFO] [stderr] 139 | handle_ipc!(rpc, |msg| { [INFO] [stderr] | ________________________________^ [INFO] [stderr] 140 | | content.rpc(msg); [INFO] [stderr] 141 | | render = true; [INFO] [stderr] 142 | | false [INFO] [stderr] 143 | | }); [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::block_in_if_condition_stmt)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#block_in_if_condition_stmt [INFO] [stderr] [INFO] [stderr] warning: in an 'if' condition, avoid complex blocks or closures with blocks; instead, move the block or closure higher and bind it with a 'let' [INFO] [stderr] --> src/tui/view.rs:145:34 [INFO] [stderr] | [INFO] [stderr] 145 | handle_ipc!(input, |key| { [INFO] [stderr] | __________________________________^ [INFO] [stderr] 146 | | let res = match key { [INFO] [stderr] 147 | | Key::Ctrl('q') => { [INFO] [stderr] 148 | | if logged_in { [INFO] [stderr] ... | [INFO] [stderr] 187 | | false [INFO] [stderr] 188 | | }); [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#block_in_if_condition_stmt [INFO] [stderr] [INFO] [stderr] warning: in an 'if' condition, avoid complex blocks or closures with blocks; instead, move the block or closure higher and bind it with a 'let' [INFO] [stderr] --> src/tui/view.rs:190:35 [INFO] [stderr] | [INFO] [stderr] 190 | handle_ipc!(tasks, |task| { [INFO] [stderr] | ___________________________________^ [INFO] [stderr] 191 | | match task { [INFO] [stderr] 192 | | Task::Login => { [INFO] [stderr] 193 | | content = Box::new(panels::MainPanel::new()); [INFO] [stderr] ... | [INFO] [stderr] 240 | | false [INFO] [stderr] 241 | | }); [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#block_in_if_condition_stmt [INFO] [stderr] [INFO] [stderr] warning: in an 'if' condition, avoid complex blocks or closures with blocks; instead, move the block or closure higher and bind it with a 'let' [INFO] [stderr] --> src/tui/view.rs:244:39 [INFO] [stderr] | [INFO] [stderr] 244 | handle_ipc!(interval, |_| { [INFO] [stderr] | _______________________________________^ [INFO] [stderr] 245 | | render = true; [INFO] [stderr] 246 | | false [INFO] [stderr] 247 | | }); [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#block_in_if_condition_stmt [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/tui/view.rs:271:9 [INFO] [stderr] | [INFO] [stderr] 271 | write!(io::stdout(), "{}", cursor::Show); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: casting u16 to f32 may become silently lossy if types change [INFO] [stderr] --> src/tui/widgets.rs:170:34 [INFO] [stderr] | [INFO] [stderr] 170 | Unit::Percent(p) => (height as f32 * p).floor() as u16, [INFO] [stderr] | ^^^^^^^^^^^^^ help: try: `f32::from(height)` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::cast_lossless)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: an inclusive range would be more readable [INFO] [stderr] --> src/tui/widgets.rs:381:18 [INFO] [stderr] | [INFO] [stderr] 381 | for i in 1..(self.top_dimensions.1 + 1) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use: `1..=self.top_dimensions.1` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::range_plus_one)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#range_plus_one [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `Center` [INFO] [stderr] --> src/utils/align.rs:99:5 [INFO] [stderr] | [INFO] [stderr] 99 | pub struct Center {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: passing a unit value to a function [INFO] [stderr] --> src/rpc.rs:164:52 [INFO] [stderr] | [INFO] [stderr] 164 | Message::Ping(p) => Ok(send_raw(Message::Pong(p))), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::unit_arg)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unit_arg [INFO] [stderr] help: if you intended to pass a unit value, use a unit literal instead [INFO] [stderr] | [INFO] [stderr] 164 | Message::Ping(p) => Ok(()), [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: passing a unit value to a function [INFO] [stderr] --> src/rpc.rs:176:44 [INFO] [stderr] | [INFO] [stderr] 176 | Ok(send(CMessage::Subscribe { [INFO] [stderr] | ____________________________________________^ [INFO] [stderr] 177 | | serial: next_serial(), [INFO] [stderr] 178 | | ids: ids.iter().map(|id| (&**id).to_owned()).collect(), [INFO] [stderr] 179 | | })) [INFO] [stderr] | |__________________________________________^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unit_arg [INFO] [stderr] help: if you intended to pass a unit value, use a unit literal instead [INFO] [stderr] | [INFO] [stderr] 176 | Ok(()) [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: redundant closure found [INFO] [stderr] --> src/tui/panels.rs:172:80 [INFO] [stderr] | [INFO] [stderr] 172 | rpc::start_connect(self.server.inner(), self.pass.inner()).map(|f| tokio::spawn(f)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: remove closure as shown: `tokio::spawn` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::redundant_closure)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tui/panels.rs:205:15 [INFO] [stderr] | [INFO] [stderr] 205 | trackers: Vec<(Tracker, Vec<(String, String, Option)>)>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::type_complexity)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: in an 'if' condition, avoid complex blocks or closures with blocks; instead, move the block or closure higher and bind it with a 'let' [INFO] [stderr] --> src/tui/view.rs:139:32 [INFO] [stderr] | [INFO] [stderr] 139 | handle_ipc!(rpc, |msg| { [INFO] [stderr] | ________________________________^ [INFO] [stderr] 140 | | content.rpc(msg); [INFO] [stderr] 141 | | render = true; [INFO] [stderr] 142 | | false [INFO] [stderr] 143 | | }); [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::block_in_if_condition_stmt)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#block_in_if_condition_stmt [INFO] [stderr] [INFO] [stderr] warning: in an 'if' condition, avoid complex blocks or closures with blocks; instead, move the block or closure higher and bind it with a 'let' [INFO] [stderr] --> src/tui/view.rs:145:34 [INFO] [stderr] | [INFO] [stderr] 145 | handle_ipc!(input, |key| { [INFO] [stderr] | __________________________________^ [INFO] [stderr] 146 | | let res = match key { [INFO] [stderr] 147 | | Key::Ctrl('q') => { [INFO] [stderr] 148 | | if logged_in { [INFO] [stderr] ... | [INFO] [stderr] 187 | | false [INFO] [stderr] 188 | | }); [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#block_in_if_condition_stmt [INFO] [stderr] [INFO] [stderr] warning: in an 'if' condition, avoid complex blocks or closures with blocks; instead, move the block or closure higher and bind it with a 'let' [INFO] [stderr] --> src/tui/view.rs:190:35 [INFO] [stderr] | [INFO] [stderr] 190 | handle_ipc!(tasks, |task| { [INFO] [stderr] | ___________________________________^ [INFO] [stderr] 191 | | match task { [INFO] [stderr] 192 | | Task::Login => { [INFO] [stderr] 193 | | content = Box::new(panels::MainPanel::new()); [INFO] [stderr] ... | [INFO] [stderr] 240 | | false [INFO] [stderr] 241 | | }); [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#block_in_if_condition_stmt [INFO] [stderr] [INFO] [stderr] warning: in an 'if' condition, avoid complex blocks or closures with blocks; instead, move the block or closure higher and bind it with a 'let' [INFO] [stderr] --> src/tui/view.rs:244:39 [INFO] [stderr] | [INFO] [stderr] 244 | handle_ipc!(interval, |_| { [INFO] [stderr] | _______________________________________^ [INFO] [stderr] 245 | | render = true; [INFO] [stderr] 246 | | false [INFO] [stderr] 247 | | }); [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#block_in_if_condition_stmt [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/tui/view.rs:271:9 [INFO] [stderr] | [INFO] [stderr] 271 | write!(io::stdout(), "{}", cursor::Show); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: casting u16 to f32 may become silently lossy if types change [INFO] [stderr] --> src/tui/widgets.rs:170:34 [INFO] [stderr] | [INFO] [stderr] 170 | Unit::Percent(p) => (height as f32 * p).floor() as u16, [INFO] [stderr] | ^^^^^^^^^^^^^ help: try: `f32::from(height)` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::cast_lossless)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: an inclusive range would be more readable [INFO] [stderr] --> src/tui/widgets.rs:381:18 [INFO] [stderr] | [INFO] [stderr] 381 | for i in 1..(self.top_dimensions.1 + 1) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use: `1..=self.top_dimensions.1` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::range_plus_one)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#range_plus_one [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 23.20s [INFO] running `"docker" "inspect" "0378682227e6bfa2dc4dd74f04d3569f2fd39c96f14f6fe449fee64d492fe092"` [INFO] running `"docker" "rm" "-f" "0378682227e6bfa2dc4dd74f04d3569f2fd39c96f14f6fe449fee64d492fe092"` [INFO] [stdout] 0378682227e6bfa2dc4dd74f04d3569f2fd39c96f14f6fe449fee64d492fe092