[INFO] fetching crate todo_lib 10.1.0... [INFO] linting todo_lib-10.1.0 against nightly for clippy-nonminimal_bool-denied [INFO] extracting crate todo_lib 10.1.0 into /workspace/builds/worker-4-tc1/source [INFO] started tweaking crates.io crate todo_lib 10.1.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate todo_lib 10.1.0 [INFO] tweaked toml for crates.io crate todo_lib 10.1.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate todo_lib 10.1.0 on toolchain nightly [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate todo_lib 10.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8617dba0cf31e6d0c3fff79af41ff8dc2c45933e5fbd8b2a1804dec433b38d73 [INFO] running `Command { std: "docker" "start" "-a" "8617dba0cf31e6d0c3fff79af41ff8dc2c45933e5fbd8b2a1804dec433b38d73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8617dba0cf31e6d0c3fff79af41ff8dc2c45933e5fbd8b2a1804dec433b38d73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8617dba0cf31e6d0c3fff79af41ff8dc2c45933e5fbd8b2a1804dec433b38d73", kill_on_drop: false }` [INFO] [stdout] 8617dba0cf31e6d0c3fff79af41ff8dc2c45933e5fbd8b2a1804dec433b38d73 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "clippy" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 69bf492ec7c337f3a68aa82cbc679186297e42ca7e441d523034ee2b02dcf424 [INFO] running `Command { std: "docker" "start" "-a" "69bf492ec7c337f3a68aa82cbc679186297e42ca7e441d523034ee2b02dcf424", kill_on_drop: false }` [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Checking regex-automata v0.4.13 [INFO] [stderr] Compiling syn v2.0.108 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Checking regex v1.12.2 [INFO] [stderr] Checking thiserror v2.0.17 [INFO] [stderr] Checking todo_lib v10.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/date_expr.rs:691:93 [INFO] [stdout] | [INFO] [stdout] 691 | ETest { txt: "2021-05-07-2m", err: false, res: NaiveDate::from_ymd_opt(2021, 3, 07).unwrap() }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] = note: `#[warn(clippy::zero_prefixed_literal)]` on by default [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 691 - ETest { txt: "2021-05-07-2m", err: false, res: NaiveDate::from_ymd_opt(2021, 3, 07).unwrap() }, [INFO] [stdout] 691 + ETest { txt: "2021-05-07-2m", err: false, res: NaiveDate::from_ymd_opt(2021, 3, 7).unwrap() }, [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 691 | ETest { txt: "2021-05-07-2m", err: false, res: NaiveDate::from_ymd_opt(2021, 3, 0o7).unwrap() }, [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/date_expr.rs:692:93 [INFO] [stdout] | [INFO] [stdout] 692 | ETest { txt: "2021-05-07+1y", err: false, res: NaiveDate::from_ymd_opt(2022, 5, 07).unwrap() }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 692 - ETest { txt: "2021-05-07+1y", err: false, res: NaiveDate::from_ymd_opt(2022, 5, 07).unwrap() }, [INFO] [stdout] 692 + ETest { txt: "2021-05-07+1y", err: false, res: NaiveDate::from_ymd_opt(2022, 5, 7).unwrap() }, [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 692 | ETest { txt: "2021-05-07+1y", err: false, res: NaiveDate::from_ymd_opt(2022, 5, 0o7).unwrap() }, [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1218:51 [INFO] [stdout] | [INFO] [stdout] 1218 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1218 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1218 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1218 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1218:55 [INFO] [stdout] | [INFO] [stdout] 1218 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1218 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1218 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1218 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1221:52 [INFO] [stdout] | [INFO] [stdout] 1221 | res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1221 - res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1221 + res: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1221 | res: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1221:56 [INFO] [stdout] | [INFO] [stdout] 1221 | res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1221 - res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1221 + res: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1221 | res: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1224:51 [INFO] [stdout] | [INFO] [stdout] 1224 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1224 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1224 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1224 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1224:55 [INFO] [stdout] | [INFO] [stdout] 1224 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1224 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1224 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1224 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1227:52 [INFO] [stdout] | [INFO] [stdout] 1227 | res: NaiveDate::from_ymd_opt(2022, 06, 27).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1227 - res: NaiveDate::from_ymd_opt(2022, 06, 27).unwrap(), [INFO] [stdout] 1227 + res: NaiveDate::from_ymd_opt(2022, 6, 27).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1227 | res: NaiveDate::from_ymd_opt(2022, 0o6, 27).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1230:51 [INFO] [stdout] | [INFO] [stdout] 1230 | td: NaiveDate::from_ymd_opt(2022, 07, 04).unwrap(), // Monday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1230 - td: NaiveDate::from_ymd_opt(2022, 07, 04).unwrap(), // Monday [INFO] [stdout] 1230 + td: NaiveDate::from_ymd_opt(2022, 7, 04).unwrap(), // Monday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1230 | td: NaiveDate::from_ymd_opt(2022, 0o7, 04).unwrap(), // Monday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1230:55 [INFO] [stdout] | [INFO] [stdout] 1230 | td: NaiveDate::from_ymd_opt(2022, 07, 04).unwrap(), // Monday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1230 - td: NaiveDate::from_ymd_opt(2022, 07, 04).unwrap(), // Monday [INFO] [stdout] 1230 + td: NaiveDate::from_ymd_opt(2022, 07, 4).unwrap(), // Monday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1230 | td: NaiveDate::from_ymd_opt(2022, 07, 0o4).unwrap(), // Monday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1233:52 [INFO] [stdout] | [INFO] [stdout] 1233 | res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1233 - res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1233 + res: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1233 | res: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1233:56 [INFO] [stdout] | [INFO] [stdout] 1233 | res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1233 - res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1233 + res: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1233 | res: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1236:51 [INFO] [stdout] | [INFO] [stdout] 1236 | td: NaiveDate::from_ymd_opt(2022, 07, 04).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1236 - td: NaiveDate::from_ymd_opt(2022, 07, 04).unwrap(), [INFO] [stdout] 1236 + td: NaiveDate::from_ymd_opt(2022, 7, 04).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1236 | td: NaiveDate::from_ymd_opt(2022, 0o7, 04).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1236:55 [INFO] [stdout] | [INFO] [stdout] 1236 | td: NaiveDate::from_ymd_opt(2022, 07, 04).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1236 - td: NaiveDate::from_ymd_opt(2022, 07, 04).unwrap(), [INFO] [stdout] 1236 + td: NaiveDate::from_ymd_opt(2022, 07, 4).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1236 | td: NaiveDate::from_ymd_opt(2022, 07, 0o4).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1239:52 [INFO] [stdout] | [INFO] [stdout] 1239 | res: NaiveDate::from_ymd_opt(2022, 07, 04).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1239 - res: NaiveDate::from_ymd_opt(2022, 07, 04).unwrap(), [INFO] [stdout] 1239 + res: NaiveDate::from_ymd_opt(2022, 7, 04).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1239 | res: NaiveDate::from_ymd_opt(2022, 0o7, 04).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1239:56 [INFO] [stdout] | [INFO] [stdout] 1239 | res: NaiveDate::from_ymd_opt(2022, 07, 04).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1239 - res: NaiveDate::from_ymd_opt(2022, 07, 04).unwrap(), [INFO] [stdout] 1239 + res: NaiveDate::from_ymd_opt(2022, 07, 4).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1239 | res: NaiveDate::from_ymd_opt(2022, 07, 0o4).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1243:51 [INFO] [stdout] | [INFO] [stdout] 1243 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1243 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1243 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1243 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1243:55 [INFO] [stdout] | [INFO] [stdout] 1243 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1243 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1243 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1243 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1246:52 [INFO] [stdout] | [INFO] [stdout] 1246 | res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1246 - res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1246 + res: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1246 | res: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1246:56 [INFO] [stdout] | [INFO] [stdout] 1246 | res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1246 - res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1246 + res: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1246 | res: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1249:51 [INFO] [stdout] | [INFO] [stdout] 1249 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1249 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1249 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1249 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1249:55 [INFO] [stdout] | [INFO] [stdout] 1249 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1249 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1249 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1249 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1252:52 [INFO] [stdout] | [INFO] [stdout] 1252 | res: NaiveDate::from_ymd_opt(2022, 06, 27).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1252 - res: NaiveDate::from_ymd_opt(2022, 06, 27).unwrap(), [INFO] [stdout] 1252 + res: NaiveDate::from_ymd_opt(2022, 6, 27).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1252 | res: NaiveDate::from_ymd_opt(2022, 0o6, 27).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1255:51 [INFO] [stdout] | [INFO] [stdout] 1255 | td: NaiveDate::from_ymd_opt(2022, 07, 04).unwrap(), // Monday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1255 - td: NaiveDate::from_ymd_opt(2022, 07, 04).unwrap(), // Monday [INFO] [stdout] 1255 + td: NaiveDate::from_ymd_opt(2022, 7, 04).unwrap(), // Monday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1255 | td: NaiveDate::from_ymd_opt(2022, 0o7, 04).unwrap(), // Monday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1255:55 [INFO] [stdout] | [INFO] [stdout] 1255 | td: NaiveDate::from_ymd_opt(2022, 07, 04).unwrap(), // Monday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1255 - td: NaiveDate::from_ymd_opt(2022, 07, 04).unwrap(), // Monday [INFO] [stdout] 1255 + td: NaiveDate::from_ymd_opt(2022, 07, 4).unwrap(), // Monday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1255 | td: NaiveDate::from_ymd_opt(2022, 07, 0o4).unwrap(), // Monday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1258:52 [INFO] [stdout] | [INFO] [stdout] 1258 | res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1258 - res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1258 + res: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1258 | res: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1258:56 [INFO] [stdout] | [INFO] [stdout] 1258 | res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1258 - res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1258 + res: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1258 | res: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1261:51 [INFO] [stdout] | [INFO] [stdout] 1261 | td: NaiveDate::from_ymd_opt(2022, 07, 04).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1261 - td: NaiveDate::from_ymd_opt(2022, 07, 04).unwrap(), [INFO] [stdout] 1261 + td: NaiveDate::from_ymd_opt(2022, 7, 04).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1261 | td: NaiveDate::from_ymd_opt(2022, 0o7, 04).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1261:55 [INFO] [stdout] | [INFO] [stdout] 1261 | td: NaiveDate::from_ymd_opt(2022, 07, 04).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1261 - td: NaiveDate::from_ymd_opt(2022, 07, 04).unwrap(), [INFO] [stdout] 1261 + td: NaiveDate::from_ymd_opt(2022, 07, 4).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1261 | td: NaiveDate::from_ymd_opt(2022, 07, 0o4).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1264:52 [INFO] [stdout] | [INFO] [stdout] 1264 | res: NaiveDate::from_ymd_opt(2022, 07, 04).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1264 - res: NaiveDate::from_ymd_opt(2022, 07, 04).unwrap(), [INFO] [stdout] 1264 + res: NaiveDate::from_ymd_opt(2022, 7, 04).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1264 | res: NaiveDate::from_ymd_opt(2022, 0o7, 04).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1264:56 [INFO] [stdout] | [INFO] [stdout] 1264 | res: NaiveDate::from_ymd_opt(2022, 07, 04).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1264 - res: NaiveDate::from_ymd_opt(2022, 07, 04).unwrap(), [INFO] [stdout] 1264 + res: NaiveDate::from_ymd_opt(2022, 07, 4).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1264 | res: NaiveDate::from_ymd_opt(2022, 07, 0o4).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1268:51 [INFO] [stdout] | [INFO] [stdout] 1268 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1268 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1268 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1268 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1268:55 [INFO] [stdout] | [INFO] [stdout] 1268 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1268 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1268 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1268 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1271:52 [INFO] [stdout] | [INFO] [stdout] 1271 | res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1271 - res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1271 + res: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1271 | res: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1271:56 [INFO] [stdout] | [INFO] [stdout] 1271 | res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1271 - res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1271 + res: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1271 | res: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1274:51 [INFO] [stdout] | [INFO] [stdout] 1274 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1274 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1274 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1274 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1274:55 [INFO] [stdout] | [INFO] [stdout] 1274 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1274 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1274 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1274 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1277:52 [INFO] [stdout] | [INFO] [stdout] 1277 | res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1277 - res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1277 + res: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1277 | res: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1277:56 [INFO] [stdout] | [INFO] [stdout] 1277 | res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1277 - res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1277 + res: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1277 | res: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1281:51 [INFO] [stdout] | [INFO] [stdout] 1281 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1281 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1281 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1281 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1281:55 [INFO] [stdout] | [INFO] [stdout] 1281 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1281 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1281 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1281 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1284:52 [INFO] [stdout] | [INFO] [stdout] 1284 | res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1284 - res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1284 + res: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1284 | res: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1284:56 [INFO] [stdout] | [INFO] [stdout] 1284 | res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1284 - res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1284 + res: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1284 | res: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1287:51 [INFO] [stdout] | [INFO] [stdout] 1287 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1287 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1287 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1287 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1287:55 [INFO] [stdout] | [INFO] [stdout] 1287 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1287 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1287 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1287 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1290:52 [INFO] [stdout] | [INFO] [stdout] 1290 | res: NaiveDate::from_ymd_opt(2022, 06, 27).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1290 - res: NaiveDate::from_ymd_opt(2022, 06, 27).unwrap(), [INFO] [stdout] 1290 + res: NaiveDate::from_ymd_opt(2022, 6, 27).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1290 | res: NaiveDate::from_ymd_opt(2022, 0o6, 27).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1293:51 [INFO] [stdout] | [INFO] [stdout] 1293 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1293 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1293 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1293 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1293:55 [INFO] [stdout] | [INFO] [stdout] 1293 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1293 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1293 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1293 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1296:52 [INFO] [stdout] | [INFO] [stdout] 1296 | res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1296 - res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1296 + res: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1296 | res: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1296:56 [INFO] [stdout] | [INFO] [stdout] 1296 | res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1296 - res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1296 + res: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1296 | res: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1300:51 [INFO] [stdout] | [INFO] [stdout] 1300 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1300 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1300 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1300 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1300:55 [INFO] [stdout] | [INFO] [stdout] 1300 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1300 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1300 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1300 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1303:52 [INFO] [stdout] | [INFO] [stdout] 1303 | res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1303 - res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1303 + res: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1303 | res: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1303:56 [INFO] [stdout] | [INFO] [stdout] 1303 | res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1303 - res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1303 + res: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1303 | res: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1306:51 [INFO] [stdout] | [INFO] [stdout] 1306 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1306 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1306 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1306 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1306:55 [INFO] [stdout] | [INFO] [stdout] 1306 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1306 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1306 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1306 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1309:52 [INFO] [stdout] | [INFO] [stdout] 1309 | res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1309 - res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1309 + res: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1309 | res: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1309:56 [INFO] [stdout] | [INFO] [stdout] 1309 | res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1309 - res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1309 + res: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1309 | res: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1312:51 [INFO] [stdout] | [INFO] [stdout] 1312 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1312 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1312 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1312 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1312:55 [INFO] [stdout] | [INFO] [stdout] 1312 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1312 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1312 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1312 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1315:52 [INFO] [stdout] | [INFO] [stdout] 1315 | res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1315 - res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1315 + res: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1315 | res: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1315:56 [INFO] [stdout] | [INFO] [stdout] 1315 | res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1315 - res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1315 + res: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1315 | res: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1318:51 [INFO] [stdout] | [INFO] [stdout] 1318 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1318 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1318 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1318 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1318:55 [INFO] [stdout] | [INFO] [stdout] 1318 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1318 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1318 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1318 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1321:52 [INFO] [stdout] | [INFO] [stdout] 1321 | res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1321 - res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1321 + res: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1321 | res: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1321:56 [INFO] [stdout] | [INFO] [stdout] 1321 | res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1321 - res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1321 + res: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1321 | res: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1325:51 [INFO] [stdout] | [INFO] [stdout] 1325 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1325 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1325 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1325 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1325:55 [INFO] [stdout] | [INFO] [stdout] 1325 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1325 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1325 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1325 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1328:52 [INFO] [stdout] | [INFO] [stdout] 1328 | res: NaiveDate::from_ymd_opt(2022, 06, 29).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1328 - res: NaiveDate::from_ymd_opt(2022, 06, 29).unwrap(), [INFO] [stdout] 1328 + res: NaiveDate::from_ymd_opt(2022, 6, 29).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1328 | res: NaiveDate::from_ymd_opt(2022, 0o6, 29).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1331:51 [INFO] [stdout] | [INFO] [stdout] 1331 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1331 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1331 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1331 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1331:55 [INFO] [stdout] | [INFO] [stdout] 1331 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1331 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1331 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1331 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1334:52 [INFO] [stdout] | [INFO] [stdout] 1334 | res: NaiveDate::from_ymd_opt(2022, 06, 29).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1334 - res: NaiveDate::from_ymd_opt(2022, 06, 29).unwrap(), [INFO] [stdout] 1334 + res: NaiveDate::from_ymd_opt(2022, 6, 29).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1334 | res: NaiveDate::from_ymd_opt(2022, 0o6, 29).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1337:51 [INFO] [stdout] | [INFO] [stdout] 1337 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1337 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1337 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1337 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1337:55 [INFO] [stdout] | [INFO] [stdout] 1337 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1337 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1337 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1337 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1340:52 [INFO] [stdout] | [INFO] [stdout] 1340 | res: NaiveDate::from_ymd_opt(2022, 06, 29).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1340 - res: NaiveDate::from_ymd_opt(2022, 06, 29).unwrap(), [INFO] [stdout] 1340 + res: NaiveDate::from_ymd_opt(2022, 6, 29).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1340 | res: NaiveDate::from_ymd_opt(2022, 0o6, 29).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1343:51 [INFO] [stdout] | [INFO] [stdout] 1343 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1343 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1343 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1343 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1343:55 [INFO] [stdout] | [INFO] [stdout] 1343 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1343 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1343 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1343 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1346:52 [INFO] [stdout] | [INFO] [stdout] 1346 | res: NaiveDate::from_ymd_opt(2022, 06, 29).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1346 - res: NaiveDate::from_ymd_opt(2022, 06, 29).unwrap(), [INFO] [stdout] 1346 + res: NaiveDate::from_ymd_opt(2022, 6, 29).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1346 | res: NaiveDate::from_ymd_opt(2022, 0o6, 29).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1350:51 [INFO] [stdout] | [INFO] [stdout] 1350 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1350 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1350 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1350 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1350:55 [INFO] [stdout] | [INFO] [stdout] 1350 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1350 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1350 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1350 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1353:52 [INFO] [stdout] | [INFO] [stdout] 1353 | res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1353 - res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1353 + res: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1353 | res: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1353:56 [INFO] [stdout] | [INFO] [stdout] 1353 | res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1353 - res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1353 + res: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1353 | res: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1356:51 [INFO] [stdout] | [INFO] [stdout] 1356 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1356 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1356 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1356 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1356:55 [INFO] [stdout] | [INFO] [stdout] 1356 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1356 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1356 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1356 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1359:52 [INFO] [stdout] | [INFO] [stdout] 1359 | res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1359 - res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1359 + res: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1359 | res: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1359:56 [INFO] [stdout] | [INFO] [stdout] 1359 | res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1359 - res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1359 + res: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1359 | res: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1362:51 [INFO] [stdout] | [INFO] [stdout] 1362 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1362 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1362 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1362 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1362:55 [INFO] [stdout] | [INFO] [stdout] 1362 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1362 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1362 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1362 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1365:52 [INFO] [stdout] | [INFO] [stdout] 1365 | res: NaiveDate::from_ymd_opt(2022, 07, 01).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1365 - res: NaiveDate::from_ymd_opt(2022, 07, 01).unwrap(), [INFO] [stdout] 1365 + res: NaiveDate::from_ymd_opt(2022, 7, 01).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1365 | res: NaiveDate::from_ymd_opt(2022, 0o7, 01).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1365:56 [INFO] [stdout] | [INFO] [stdout] 1365 | res: NaiveDate::from_ymd_opt(2022, 07, 01).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1365 - res: NaiveDate::from_ymd_opt(2022, 07, 01).unwrap(), [INFO] [stdout] 1365 + res: NaiveDate::from_ymd_opt(2022, 07, 1).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1365 | res: NaiveDate::from_ymd_opt(2022, 07, 0o1).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1368:51 [INFO] [stdout] | [INFO] [stdout] 1368 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1368 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1368 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1368 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1368:55 [INFO] [stdout] | [INFO] [stdout] 1368 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1368 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1368 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1368 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1371:52 [INFO] [stdout] | [INFO] [stdout] 1371 | res: NaiveDate::from_ymd_opt(2022, 07, 01).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1371 - res: NaiveDate::from_ymd_opt(2022, 07, 01).unwrap(), [INFO] [stdout] 1371 + res: NaiveDate::from_ymd_opt(2022, 7, 01).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1371 | res: NaiveDate::from_ymd_opt(2022, 0o7, 01).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1371:56 [INFO] [stdout] | [INFO] [stdout] 1371 | res: NaiveDate::from_ymd_opt(2022, 07, 01).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1371 - res: NaiveDate::from_ymd_opt(2022, 07, 01).unwrap(), [INFO] [stdout] 1371 + res: NaiveDate::from_ymd_opt(2022, 07, 1).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1371 | res: NaiveDate::from_ymd_opt(2022, 07, 0o1).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1375:51 [INFO] [stdout] | [INFO] [stdout] 1375 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1375 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1375 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1375 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1375:55 [INFO] [stdout] | [INFO] [stdout] 1375 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1375 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1375 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1375 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1378:52 [INFO] [stdout] | [INFO] [stdout] 1378 | res: NaiveDate::from_ymd_opt(2022, 05, 04).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1378 - res: NaiveDate::from_ymd_opt(2022, 05, 04).unwrap(), [INFO] [stdout] 1378 + res: NaiveDate::from_ymd_opt(2022, 5, 04).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1378 | res: NaiveDate::from_ymd_opt(2022, 0o5, 04).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1378:56 [INFO] [stdout] | [INFO] [stdout] 1378 | res: NaiveDate::from_ymd_opt(2022, 05, 04).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1378 - res: NaiveDate::from_ymd_opt(2022, 05, 04).unwrap(), [INFO] [stdout] 1378 + res: NaiveDate::from_ymd_opt(2022, 05, 4).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1378 | res: NaiveDate::from_ymd_opt(2022, 05, 0o4).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1381:51 [INFO] [stdout] | [INFO] [stdout] 1381 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1381 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1381 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1381 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1381:55 [INFO] [stdout] | [INFO] [stdout] 1381 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1381 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1381 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1381 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1384:52 [INFO] [stdout] | [INFO] [stdout] 1384 | res: NaiveDate::from_ymd_opt(2022, 05, 04).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1384 - res: NaiveDate::from_ymd_opt(2022, 05, 04).unwrap(), [INFO] [stdout] 1384 + res: NaiveDate::from_ymd_opt(2022, 5, 04).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1384 | res: NaiveDate::from_ymd_opt(2022, 0o5, 04).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1384:56 [INFO] [stdout] | [INFO] [stdout] 1384 | res: NaiveDate::from_ymd_opt(2022, 05, 04).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1384 - res: NaiveDate::from_ymd_opt(2022, 05, 04).unwrap(), [INFO] [stdout] 1384 + res: NaiveDate::from_ymd_opt(2022, 05, 4).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1384 | res: NaiveDate::from_ymd_opt(2022, 05, 0o4).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1387:51 [INFO] [stdout] | [INFO] [stdout] 1387 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1387 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1387 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1387 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1387:55 [INFO] [stdout] | [INFO] [stdout] 1387 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1387 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1387 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1387 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1390:52 [INFO] [stdout] | [INFO] [stdout] 1390 | res: NaiveDate::from_ymd_opt(2022, 06, 01).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1390 - res: NaiveDate::from_ymd_opt(2022, 06, 01).unwrap(), [INFO] [stdout] 1390 + res: NaiveDate::from_ymd_opt(2022, 6, 01).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1390 | res: NaiveDate::from_ymd_opt(2022, 0o6, 01).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1390:56 [INFO] [stdout] | [INFO] [stdout] 1390 | res: NaiveDate::from_ymd_opt(2022, 06, 01).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1390 - res: NaiveDate::from_ymd_opt(2022, 06, 01).unwrap(), [INFO] [stdout] 1390 + res: NaiveDate::from_ymd_opt(2022, 06, 1).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1390 | res: NaiveDate::from_ymd_opt(2022, 06, 0o1).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1393:51 [INFO] [stdout] | [INFO] [stdout] 1393 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1393 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1393 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1393 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1393:55 [INFO] [stdout] | [INFO] [stdout] 1393 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1393 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1393 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1393 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1396:52 [INFO] [stdout] | [INFO] [stdout] 1396 | res: NaiveDate::from_ymd_opt(2022, 06, 01).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1396 - res: NaiveDate::from_ymd_opt(2022, 06, 01).unwrap(), [INFO] [stdout] 1396 + res: NaiveDate::from_ymd_opt(2022, 6, 01).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1396 | res: NaiveDate::from_ymd_opt(2022, 0o6, 01).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1396:56 [INFO] [stdout] | [INFO] [stdout] 1396 | res: NaiveDate::from_ymd_opt(2022, 06, 01).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1396 - res: NaiveDate::from_ymd_opt(2022, 06, 01).unwrap(), [INFO] [stdout] 1396 + res: NaiveDate::from_ymd_opt(2022, 06, 1).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1396 | res: NaiveDate::from_ymd_opt(2022, 06, 0o1).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1400:51 [INFO] [stdout] | [INFO] [stdout] 1400 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1400 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1400 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1400 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1400:55 [INFO] [stdout] | [INFO] [stdout] 1400 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1400 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1400 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1400 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1403:52 [INFO] [stdout] | [INFO] [stdout] 1403 | res: NaiveDate::from_ymd_opt(2022, 01, 01).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1403 - res: NaiveDate::from_ymd_opt(2022, 01, 01).unwrap(), [INFO] [stdout] 1403 + res: NaiveDate::from_ymd_opt(2022, 1, 01).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1403 | res: NaiveDate::from_ymd_opt(2022, 0o1, 01).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1403:56 [INFO] [stdout] | [INFO] [stdout] 1403 | res: NaiveDate::from_ymd_opt(2022, 01, 01).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1403 - res: NaiveDate::from_ymd_opt(2022, 01, 01).unwrap(), [INFO] [stdout] 1403 + res: NaiveDate::from_ymd_opt(2022, 01, 1).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1403 | res: NaiveDate::from_ymd_opt(2022, 01, 0o1).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1421:51 [INFO] [stdout] | [INFO] [stdout] 1421 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1421 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1421 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1421 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1421:55 [INFO] [stdout] | [INFO] [stdout] 1421 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1421 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1421 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1421 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1424:52 [INFO] [stdout] | [INFO] [stdout] 1424 | res: NaiveDate::from_ymd_opt(2022, 07, 09).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1424 - res: NaiveDate::from_ymd_opt(2022, 07, 09).unwrap(), [INFO] [stdout] 1424 + res: NaiveDate::from_ymd_opt(2022, 7, 09).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1424 | res: NaiveDate::from_ymd_opt(2022, 0o7, 09).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1424:56 [INFO] [stdout] | [INFO] [stdout] 1424 | res: NaiveDate::from_ymd_opt(2022, 07, 09).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1424 - res: NaiveDate::from_ymd_opt(2022, 07, 09).unwrap(), [INFO] [stdout] 1424 + res: NaiveDate::from_ymd_opt(2022, 07, 9).unwrap(), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1427:51 [INFO] [stdout] | [INFO] [stdout] 1427 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1427 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1427 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1427 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1427:55 [INFO] [stdout] | [INFO] [stdout] 1427 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1427 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1427 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1427 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1430:52 [INFO] [stdout] | [INFO] [stdout] 1430 | res: NaiveDate::from_ymd_opt(2022, 07, 10).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1430 - res: NaiveDate::from_ymd_opt(2022, 07, 10).unwrap(), [INFO] [stdout] 1430 + res: NaiveDate::from_ymd_opt(2022, 7, 10).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1430 | res: NaiveDate::from_ymd_opt(2022, 0o7, 10).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1433:51 [INFO] [stdout] | [INFO] [stdout] 1433 | td: NaiveDate::from_ymd_opt(2022, 07, 04).unwrap(), // Monday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1433 - td: NaiveDate::from_ymd_opt(2022, 07, 04).unwrap(), // Monday [INFO] [stdout] 1433 + td: NaiveDate::from_ymd_opt(2022, 7, 04).unwrap(), // Monday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1433 | td: NaiveDate::from_ymd_opt(2022, 0o7, 04).unwrap(), // Monday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1433:55 [INFO] [stdout] | [INFO] [stdout] 1433 | td: NaiveDate::from_ymd_opt(2022, 07, 04).unwrap(), // Monday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1433 - td: NaiveDate::from_ymd_opt(2022, 07, 04).unwrap(), // Monday [INFO] [stdout] 1433 + td: NaiveDate::from_ymd_opt(2022, 07, 4).unwrap(), // Monday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1433 | td: NaiveDate::from_ymd_opt(2022, 07, 0o4).unwrap(), // Monday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1436:52 [INFO] [stdout] | [INFO] [stdout] 1436 | res: NaiveDate::from_ymd_opt(2022, 07, 09).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1436 - res: NaiveDate::from_ymd_opt(2022, 07, 09).unwrap(), [INFO] [stdout] 1436 + res: NaiveDate::from_ymd_opt(2022, 7, 09).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1436 | res: NaiveDate::from_ymd_opt(2022, 0o7, 09).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1436:56 [INFO] [stdout] | [INFO] [stdout] 1436 | res: NaiveDate::from_ymd_opt(2022, 07, 09).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1436 - res: NaiveDate::from_ymd_opt(2022, 07, 09).unwrap(), [INFO] [stdout] 1436 + res: NaiveDate::from_ymd_opt(2022, 07, 9).unwrap(), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1439:51 [INFO] [stdout] | [INFO] [stdout] 1439 | td: NaiveDate::from_ymd_opt(2022, 07, 04).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1439 - td: NaiveDate::from_ymd_opt(2022, 07, 04).unwrap(), [INFO] [stdout] 1439 + td: NaiveDate::from_ymd_opt(2022, 7, 04).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1439 | td: NaiveDate::from_ymd_opt(2022, 0o7, 04).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1439:55 [INFO] [stdout] | [INFO] [stdout] 1439 | td: NaiveDate::from_ymd_opt(2022, 07, 04).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1439 - td: NaiveDate::from_ymd_opt(2022, 07, 04).unwrap(), [INFO] [stdout] 1439 + td: NaiveDate::from_ymd_opt(2022, 07, 4).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1439 | td: NaiveDate::from_ymd_opt(2022, 07, 0o4).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1442:52 [INFO] [stdout] | [INFO] [stdout] 1442 | res: NaiveDate::from_ymd_opt(2022, 07, 10).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1442 - res: NaiveDate::from_ymd_opt(2022, 07, 10).unwrap(), [INFO] [stdout] 1442 + res: NaiveDate::from_ymd_opt(2022, 7, 10).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1442 | res: NaiveDate::from_ymd_opt(2022, 0o7, 10).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1446:51 [INFO] [stdout] | [INFO] [stdout] 1446 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1446 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1446 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1446 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1446:55 [INFO] [stdout] | [INFO] [stdout] 1446 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1446 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1446 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1446 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1449:52 [INFO] [stdout] | [INFO] [stdout] 1449 | res: NaiveDate::from_ymd_opt(2022, 07, 09).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1449 - res: NaiveDate::from_ymd_opt(2022, 07, 09).unwrap(), [INFO] [stdout] 1449 + res: NaiveDate::from_ymd_opt(2022, 7, 09).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1449 | res: NaiveDate::from_ymd_opt(2022, 0o7, 09).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1449:56 [INFO] [stdout] | [INFO] [stdout] 1449 | res: NaiveDate::from_ymd_opt(2022, 07, 09).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1449 - res: NaiveDate::from_ymd_opt(2022, 07, 09).unwrap(), [INFO] [stdout] 1449 + res: NaiveDate::from_ymd_opt(2022, 07, 9).unwrap(), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1452:51 [INFO] [stdout] | [INFO] [stdout] 1452 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1452 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1452 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1452 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1452:55 [INFO] [stdout] | [INFO] [stdout] 1452 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1452 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1452 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1452 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1455:52 [INFO] [stdout] | [INFO] [stdout] 1455 | res: NaiveDate::from_ymd_opt(2022, 07, 10).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1455 - res: NaiveDate::from_ymd_opt(2022, 07, 10).unwrap(), [INFO] [stdout] 1455 + res: NaiveDate::from_ymd_opt(2022, 7, 10).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1455 | res: NaiveDate::from_ymd_opt(2022, 0o7, 10).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1458:51 [INFO] [stdout] | [INFO] [stdout] 1458 | td: NaiveDate::from_ymd_opt(2022, 07, 04).unwrap(), // Monday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1458 - td: NaiveDate::from_ymd_opt(2022, 07, 04).unwrap(), // Monday [INFO] [stdout] 1458 + td: NaiveDate::from_ymd_opt(2022, 7, 04).unwrap(), // Monday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1458 | td: NaiveDate::from_ymd_opt(2022, 0o7, 04).unwrap(), // Monday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1458:55 [INFO] [stdout] | [INFO] [stdout] 1458 | td: NaiveDate::from_ymd_opt(2022, 07, 04).unwrap(), // Monday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1458 - td: NaiveDate::from_ymd_opt(2022, 07, 04).unwrap(), // Monday [INFO] [stdout] 1458 + td: NaiveDate::from_ymd_opt(2022, 07, 4).unwrap(), // Monday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1458 | td: NaiveDate::from_ymd_opt(2022, 07, 0o4).unwrap(), // Monday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1461:52 [INFO] [stdout] | [INFO] [stdout] 1461 | res: NaiveDate::from_ymd_opt(2022, 07, 09).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1461 - res: NaiveDate::from_ymd_opt(2022, 07, 09).unwrap(), [INFO] [stdout] 1461 + res: NaiveDate::from_ymd_opt(2022, 7, 09).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1461 | res: NaiveDate::from_ymd_opt(2022, 0o7, 09).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1461:56 [INFO] [stdout] | [INFO] [stdout] 1461 | res: NaiveDate::from_ymd_opt(2022, 07, 09).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1461 - res: NaiveDate::from_ymd_opt(2022, 07, 09).unwrap(), [INFO] [stdout] 1461 + res: NaiveDate::from_ymd_opt(2022, 07, 9).unwrap(), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1464:51 [INFO] [stdout] | [INFO] [stdout] 1464 | td: NaiveDate::from_ymd_opt(2022, 07, 04).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1464 - td: NaiveDate::from_ymd_opt(2022, 07, 04).unwrap(), [INFO] [stdout] 1464 + td: NaiveDate::from_ymd_opt(2022, 7, 04).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1464 | td: NaiveDate::from_ymd_opt(2022, 0o7, 04).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1464:55 [INFO] [stdout] | [INFO] [stdout] 1464 | td: NaiveDate::from_ymd_opt(2022, 07, 04).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1464 - td: NaiveDate::from_ymd_opt(2022, 07, 04).unwrap(), [INFO] [stdout] 1464 + td: NaiveDate::from_ymd_opt(2022, 07, 4).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1464 | td: NaiveDate::from_ymd_opt(2022, 07, 0o4).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1467:52 [INFO] [stdout] | [INFO] [stdout] 1467 | res: NaiveDate::from_ymd_opt(2022, 07, 10).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1467 - res: NaiveDate::from_ymd_opt(2022, 07, 10).unwrap(), [INFO] [stdout] 1467 + res: NaiveDate::from_ymd_opt(2022, 7, 10).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1467 | res: NaiveDate::from_ymd_opt(2022, 0o7, 10).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1471:51 [INFO] [stdout] | [INFO] [stdout] 1471 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1471 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1471 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1471 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1471:55 [INFO] [stdout] | [INFO] [stdout] 1471 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1471 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1471 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1471 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1474:52 [INFO] [stdout] | [INFO] [stdout] 1474 | res: NaiveDate::from_ymd_opt(2022, 07, 09).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1474 - res: NaiveDate::from_ymd_opt(2022, 07, 09).unwrap(), [INFO] [stdout] 1474 + res: NaiveDate::from_ymd_opt(2022, 7, 09).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1474 | res: NaiveDate::from_ymd_opt(2022, 0o7, 09).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1474:56 [INFO] [stdout] | [INFO] [stdout] 1474 | res: NaiveDate::from_ymd_opt(2022, 07, 09).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1474 - res: NaiveDate::from_ymd_opt(2022, 07, 09).unwrap(), [INFO] [stdout] 1474 + res: NaiveDate::from_ymd_opt(2022, 07, 9).unwrap(), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1477:51 [INFO] [stdout] | [INFO] [stdout] 1477 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1477 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1477 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1477 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1477:55 [INFO] [stdout] | [INFO] [stdout] 1477 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1477 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1477 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1477 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1480:52 [INFO] [stdout] | [INFO] [stdout] 1480 | res: NaiveDate::from_ymd_opt(2022, 07, 09).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1480 - res: NaiveDate::from_ymd_opt(2022, 07, 09).unwrap(), [INFO] [stdout] 1480 + res: NaiveDate::from_ymd_opt(2022, 7, 09).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1480 | res: NaiveDate::from_ymd_opt(2022, 0o7, 09).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1480:56 [INFO] [stdout] | [INFO] [stdout] 1480 | res: NaiveDate::from_ymd_opt(2022, 07, 09).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1480 - res: NaiveDate::from_ymd_opt(2022, 07, 09).unwrap(), [INFO] [stdout] 1480 + res: NaiveDate::from_ymd_opt(2022, 07, 9).unwrap(), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1484:51 [INFO] [stdout] | [INFO] [stdout] 1484 | td: NaiveDate::from_ymd_opt(2022, 07, 05).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1484 - td: NaiveDate::from_ymd_opt(2022, 07, 05).unwrap(), // Sunday [INFO] [stdout] 1484 + td: NaiveDate::from_ymd_opt(2022, 7, 05).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1484 | td: NaiveDate::from_ymd_opt(2022, 0o7, 05).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1484:55 [INFO] [stdout] | [INFO] [stdout] 1484 | td: NaiveDate::from_ymd_opt(2022, 07, 05).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1484 - td: NaiveDate::from_ymd_opt(2022, 07, 05).unwrap(), // Sunday [INFO] [stdout] 1484 + td: NaiveDate::from_ymd_opt(2022, 07, 5).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1484 | td: NaiveDate::from_ymd_opt(2022, 07, 0o5).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1487:52 [INFO] [stdout] | [INFO] [stdout] 1487 | res: NaiveDate::from_ymd_opt(2022, 07, 16).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1487 - res: NaiveDate::from_ymd_opt(2022, 07, 16).unwrap(), [INFO] [stdout] 1487 + res: NaiveDate::from_ymd_opt(2022, 7, 16).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1487 | res: NaiveDate::from_ymd_opt(2022, 0o7, 16).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1490:51 [INFO] [stdout] | [INFO] [stdout] 1490 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1490 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1490 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1490 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1490:55 [INFO] [stdout] | [INFO] [stdout] 1490 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1490 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1490 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1490 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1493:52 [INFO] [stdout] | [INFO] [stdout] 1493 | res: NaiveDate::from_ymd_opt(2022, 07, 16).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1493 - res: NaiveDate::from_ymd_opt(2022, 07, 16).unwrap(), [INFO] [stdout] 1493 + res: NaiveDate::from_ymd_opt(2022, 7, 16).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1493 | res: NaiveDate::from_ymd_opt(2022, 0o7, 16).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1497:51 [INFO] [stdout] | [INFO] [stdout] 1497 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1497 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1497 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1497 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1497:55 [INFO] [stdout] | [INFO] [stdout] 1497 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1497 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1497 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1497 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1500:52 [INFO] [stdout] | [INFO] [stdout] 1500 | res: NaiveDate::from_ymd_opt(2022, 07, 17).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1500 - res: NaiveDate::from_ymd_opt(2022, 07, 17).unwrap(), [INFO] [stdout] 1500 + res: NaiveDate::from_ymd_opt(2022, 7, 17).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1500 | res: NaiveDate::from_ymd_opt(2022, 0o7, 17).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1503:51 [INFO] [stdout] | [INFO] [stdout] 1503 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1503 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1503 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1503 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1503:55 [INFO] [stdout] | [INFO] [stdout] 1503 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1503 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1503 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1503 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1506:52 [INFO] [stdout] | [INFO] [stdout] 1506 | res: NaiveDate::from_ymd_opt(2022, 07, 17).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1506 - res: NaiveDate::from_ymd_opt(2022, 07, 17).unwrap(), [INFO] [stdout] 1506 + res: NaiveDate::from_ymd_opt(2022, 7, 17).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1506 | res: NaiveDate::from_ymd_opt(2022, 0o7, 17).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1509:51 [INFO] [stdout] | [INFO] [stdout] 1509 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1509 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1509 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1509 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1509:55 [INFO] [stdout] | [INFO] [stdout] 1509 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1509 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1509 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1509 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1512:52 [INFO] [stdout] | [INFO] [stdout] 1512 | res: NaiveDate::from_ymd_opt(2022, 07, 17).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1512 - res: NaiveDate::from_ymd_opt(2022, 07, 17).unwrap(), [INFO] [stdout] 1512 + res: NaiveDate::from_ymd_opt(2022, 7, 17).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1512 | res: NaiveDate::from_ymd_opt(2022, 0o7, 17).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1515:51 [INFO] [stdout] | [INFO] [stdout] 1515 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1515 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1515 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1515 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1515:55 [INFO] [stdout] | [INFO] [stdout] 1515 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1515 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1515 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1515 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1518:52 [INFO] [stdout] | [INFO] [stdout] 1518 | res: NaiveDate::from_ymd_opt(2022, 07, 17).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1518 - res: NaiveDate::from_ymd_opt(2022, 07, 17).unwrap(), [INFO] [stdout] 1518 + res: NaiveDate::from_ymd_opt(2022, 7, 17).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1518 | res: NaiveDate::from_ymd_opt(2022, 0o7, 17).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1522:51 [INFO] [stdout] | [INFO] [stdout] 1522 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1522 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1522 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1522 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1522:55 [INFO] [stdout] | [INFO] [stdout] 1522 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1522 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1522 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1522 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1525:52 [INFO] [stdout] | [INFO] [stdout] 1525 | res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1525 - res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1525 + res: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1525 | res: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1525:56 [INFO] [stdout] | [INFO] [stdout] 1525 | res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1525 - res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1525 + res: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1525 | res: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1528:51 [INFO] [stdout] | [INFO] [stdout] 1528 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1528 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1528 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1528 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1528:55 [INFO] [stdout] | [INFO] [stdout] 1528 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1528 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1528 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1528 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1531:52 [INFO] [stdout] | [INFO] [stdout] 1531 | res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1531 - res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1531 + res: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1531 | res: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1531:56 [INFO] [stdout] | [INFO] [stdout] 1531 | res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1531 - res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1531 + res: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1531 | res: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1534:51 [INFO] [stdout] | [INFO] [stdout] 1534 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1534 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1534 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1534 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1534:55 [INFO] [stdout] | [INFO] [stdout] 1534 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1534 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1534 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1534 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1537:52 [INFO] [stdout] | [INFO] [stdout] 1537 | res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1537 - res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1537 + res: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1537 | res: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1537:56 [INFO] [stdout] | [INFO] [stdout] 1537 | res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1537 - res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1537 + res: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1537 | res: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1540:51 [INFO] [stdout] | [INFO] [stdout] 1540 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1540 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1540 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1540 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1540:55 [INFO] [stdout] | [INFO] [stdout] 1540 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1540 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1540 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1540 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1543:52 [INFO] [stdout] | [INFO] [stdout] 1543 | res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1543 - res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1543 + res: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1543 | res: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1543:56 [INFO] [stdout] | [INFO] [stdout] 1543 | res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1543 - res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1543 + res: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1543 | res: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1547:51 [INFO] [stdout] | [INFO] [stdout] 1547 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1547 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1547 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1547 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1547:55 [INFO] [stdout] | [INFO] [stdout] 1547 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1547 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1547 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1547 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1550:52 [INFO] [stdout] | [INFO] [stdout] 1550 | res: NaiveDate::from_ymd_opt(2022, 09, 02).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1550 - res: NaiveDate::from_ymd_opt(2022, 09, 02).unwrap(), [INFO] [stdout] 1550 + res: NaiveDate::from_ymd_opt(2022, 9, 02).unwrap(), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1550:56 [INFO] [stdout] | [INFO] [stdout] 1550 | res: NaiveDate::from_ymd_opt(2022, 09, 02).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1550 - res: NaiveDate::from_ymd_opt(2022, 09, 02).unwrap(), [INFO] [stdout] 1550 + res: NaiveDate::from_ymd_opt(2022, 09, 2).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1550 | res: NaiveDate::from_ymd_opt(2022, 09, 0o2).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1553:51 [INFO] [stdout] | [INFO] [stdout] 1553 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1553 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1553 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1553 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1553:55 [INFO] [stdout] | [INFO] [stdout] 1553 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1553 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1553 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1553 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1556:52 [INFO] [stdout] | [INFO] [stdout] 1556 | res: NaiveDate::from_ymd_opt(2022, 09, 02).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1556 - res: NaiveDate::from_ymd_opt(2022, 09, 02).unwrap(), [INFO] [stdout] 1556 + res: NaiveDate::from_ymd_opt(2022, 9, 02).unwrap(), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1556:56 [INFO] [stdout] | [INFO] [stdout] 1556 | res: NaiveDate::from_ymd_opt(2022, 09, 02).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1556 - res: NaiveDate::from_ymd_opt(2022, 09, 02).unwrap(), [INFO] [stdout] 1556 + res: NaiveDate::from_ymd_opt(2022, 09, 2).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1556 | res: NaiveDate::from_ymd_opt(2022, 09, 0o2).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1559:51 [INFO] [stdout] | [INFO] [stdout] 1559 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1559 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1559 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1559 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1559:55 [INFO] [stdout] | [INFO] [stdout] 1559 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1559 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1559 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1559 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1562:52 [INFO] [stdout] | [INFO] [stdout] 1562 | res: NaiveDate::from_ymd_opt(2022, 08, 31).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1562 - res: NaiveDate::from_ymd_opt(2022, 08, 31).unwrap(), [INFO] [stdout] 1562 + res: NaiveDate::from_ymd_opt(2022, 8, 31).unwrap(), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1565:51 [INFO] [stdout] | [INFO] [stdout] 1565 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1565 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1565 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1565 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1565:55 [INFO] [stdout] | [INFO] [stdout] 1565 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1565 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1565 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1565 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1568:52 [INFO] [stdout] | [INFO] [stdout] 1568 | res: NaiveDate::from_ymd_opt(2022, 08, 31).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1568 - res: NaiveDate::from_ymd_opt(2022, 08, 31).unwrap(), [INFO] [stdout] 1568 + res: NaiveDate::from_ymd_opt(2022, 8, 31).unwrap(), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1572:51 [INFO] [stdout] | [INFO] [stdout] 1572 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1572 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1572 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1572 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1572:55 [INFO] [stdout] | [INFO] [stdout] 1572 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1572 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1572 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1572 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1575:52 [INFO] [stdout] | [INFO] [stdout] 1575 | res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1575 - res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1575 + res: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1575 | res: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1575:56 [INFO] [stdout] | [INFO] [stdout] 1575 | res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1575 - res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1575 + res: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1575 | res: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1578:51 [INFO] [stdout] | [INFO] [stdout] 1578 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1578 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1578 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1578 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1578:55 [INFO] [stdout] | [INFO] [stdout] 1578 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1578 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1578 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1578 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1581:52 [INFO] [stdout] | [INFO] [stdout] 1581 | res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1581 - res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1581 + res: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1581 | res: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1581:56 [INFO] [stdout] | [INFO] [stdout] 1581 | res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1581 - res: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1581 + res: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1581 | res: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1584:51 [INFO] [stdout] | [INFO] [stdout] 1584 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1584 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1584 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1584 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1584:55 [INFO] [stdout] | [INFO] [stdout] 1584 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1584 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), // Sunday [INFO] [stdout] 1584 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), // Sunday [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1584 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), // Sunday [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1587:52 [INFO] [stdout] | [INFO] [stdout] 1587 | res: NaiveDate::from_ymd_opt(2022, 07, 31).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1587 - res: NaiveDate::from_ymd_opt(2022, 07, 31).unwrap(), [INFO] [stdout] 1587 + res: NaiveDate::from_ymd_opt(2022, 7, 31).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1587 | res: NaiveDate::from_ymd_opt(2022, 0o7, 31).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1590:51 [INFO] [stdout] | [INFO] [stdout] 1590 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1590 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1590 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1590 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1590:55 [INFO] [stdout] | [INFO] [stdout] 1590 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1590 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1590 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1590 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1593:52 [INFO] [stdout] | [INFO] [stdout] 1593 | res: NaiveDate::from_ymd_opt(2022, 07, 31).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1593 - res: NaiveDate::from_ymd_opt(2022, 07, 31).unwrap(), [INFO] [stdout] 1593 + res: NaiveDate::from_ymd_opt(2022, 7, 31).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1593 | res: NaiveDate::from_ymd_opt(2022, 0o7, 31).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1597:51 [INFO] [stdout] | [INFO] [stdout] 1597 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1597 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1597 + td: NaiveDate::from_ymd_opt(2022, 7, 03).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1597 | td: NaiveDate::from_ymd_opt(2022, 0o7, 03).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/human_date.rs:1597:55 [INFO] [stdout] | [INFO] [stdout] 1597 | td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 1597 - td: NaiveDate::from_ymd_opt(2022, 07, 03).unwrap(), [INFO] [stdout] 1597 + td: NaiveDate::from_ymd_opt(2022, 07, 3).unwrap(), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 1597 | td: NaiveDate::from_ymd_opt(2022, 07, 0o3).unwrap(), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this assertion is always `false` [INFO] [stdout] --> src/date_expr.rs:524:25 [INFO] [stdout] | [INFO] [stdout] 524 | assert!(false, "Test [{0}] must fail", test.txt); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: replace this with `panic!()` or `unreachable!()` [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assertions_on_constants [INFO] [stdout] = note: `#[warn(clippy::assertions_on_constants)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this assertion is always `false` [INFO] [stdout] --> src/date_expr.rs:530:25 [INFO] [stdout] | [INFO] [stdout] 530 | assert!(false, "Test [{0}] must pass", test.txt); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: replace this with `panic!()` or `unreachable!()` [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assertions_on_constants [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this assertion is always `false` [INFO] [stdout] --> src/date_expr.rs:553:25 [INFO] [stdout] | [INFO] [stdout] 553 | assert!(false, "Test [{0}] must fail", test.txt); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: replace this with `panic!()` or `unreachable!()` [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assertions_on_constants [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this assertion is always `false` [INFO] [stdout] --> src/date_expr.rs:559:25 [INFO] [stdout] | [INFO] [stdout] 559 | assert!(false, "Test [{0}] must pass", test.txt); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: replace this with `panic!()` or `unreachable!()` [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assertions_on_constants [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this assertion is always `false` [INFO] [stdout] --> src/date_expr.rs:588:25 [INFO] [stdout] | [INFO] [stdout] 588 | assert!(false, "Test [{0}] must fail", test.txt); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: replace this with `panic!()` or `unreachable!()` [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assertions_on_constants [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this assertion is always `false` [INFO] [stdout] --> src/date_expr.rs:594:25 [INFO] [stdout] | [INFO] [stdout] 594 | assert!(false, "Test [{0}] must pass", test.txt); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: replace this with `panic!()` or `unreachable!()` [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assertions_on_constants [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this assertion is always `false` [INFO] [stdout] --> src/date_expr.rs:621:25 [INFO] [stdout] | [INFO] [stdout] 621 | assert!(false, "Test [{0}] must fail", test.txt); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: replace this with `panic!()` or `unreachable!()` [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assertions_on_constants [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this assertion is always `false` [INFO] [stdout] --> src/date_expr.rs:627:25 [INFO] [stdout] | [INFO] [stdout] 627 | assert!(false, "Test [{0}] must pass", test.txt); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: replace this with `panic!()` or `unreachable!()` [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assertions_on_constants [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this assertion is always `false` [INFO] [stdout] --> src/date_expr.rs:658:25 [INFO] [stdout] | [INFO] [stdout] 658 | assert!(false, "Test [{0}] must fail", test.txt); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: replace this with `panic!()` or `unreachable!()` [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assertions_on_constants [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this assertion is always `false` [INFO] [stdout] --> src/date_expr.rs:672:25 [INFO] [stdout] | [INFO] [stdout] 672 | assert!(false, "Test [{0}] must pass: {e:?}", test.txt); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: replace this with `panic!()` or `unreachable!()` [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assertions_on_constants [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: called `unwrap` on `d` after checking its variant with `is_err` [INFO] [stdout] --> src/date_expr.rs:719:32 [INFO] [stdout] | [INFO] [stdout] 716 | if d.is_err() { [INFO] [stdout] | ------------- help: try: `if let Ok() = d` [INFO] [stdout] ... [INFO] [stdout] 719 | assert_eq!(d.unwrap(), test.res, "Test {idx}.[{0}]", test.txt); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_unwrap [INFO] [stdout] = note: `#[warn(clippy::unnecessary_unwrap)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this assertion is always `false` [INFO] [stdout] --> src/date_expr.rs:713:21 [INFO] [stdout] | [INFO] [stdout] 713 | assert!(false, "Test {idx}.[{0}] must fail", test.txt); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: replace this with `panic!()` or `unreachable!()` [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assertions_on_constants [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this assertion is always `false` [INFO] [stdout] --> src/date_expr.rs:717:21 [INFO] [stdout] | [INFO] [stdout] 717 | assert!(false, "Test {idx}.[{0}] must pass: {1:?}", test.txt, d); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: replace this with `panic!()` or `unreachable!()` [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assertions_on_constants [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this assertion is always `false` [INFO] [stdout] --> src/date_expr.rs:778:25 [INFO] [stdout] | [INFO] [stdout] 778 | assert!(false, "{idx}. The test must not fail. Got {0:?}", e); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: replace this with `panic!()` or `unreachable!()` [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assertions_on_constants [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this assertion is always `false` [INFO] [stdout] --> src/date_expr.rs:783:25 [INFO] [stdout] | [INFO] [stdout] 783 | assert!(false, "{idx}. The test must fail"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: replace this with `panic!()` or `unreachable!()` [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assertions_on_constants [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this boolean expression can be simplified [INFO] [stdout] --> src/human_date.rs:1203:25 [INFO] [stdout] | [INFO] [stdout] 1203 | assert!(!res.is_err(), "{}", test.txt); [INFO] [stdout] | ^^^^^^^^^^^^^ help: try: `res.is_ok()` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#nonminimal_bool [INFO] [stdout] = note: `#[warn(clippy::nonminimal_bool)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `if` can be collapsed into the outer `match` [INFO] [stdout] --> src/tfilter.rs:392:25 [INFO] [stdout] | [INFO] [stdout] 392 | / if tasks[idx].priority == todotxt::NO_PRIORITY { [INFO] [stdout] 393 | | new_v.push(idx); [INFO] [stdout] 394 | | } [INFO] [stdout] | |_________________________^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_match [INFO] [stdout] = note: `#[warn(clippy::collapsible_match)]` on by default [INFO] [stdout] help: collapse nested if block [INFO] [stdout] | [INFO] [stdout] 391 ~ ValueSpan::None [INFO] [stdout] 392 ~ if tasks[idx].priority == todotxt::NO_PRIORITY => { [INFO] [stdout] 393 | new_v.push(idx); [INFO] [stdout] 394 ~ } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `if` can be collapsed into the outer `match` [INFO] [stdout] --> src/tfilter.rs:397:25 [INFO] [stdout] | [INFO] [stdout] 397 | / if p.value == tasks[idx].priority { [INFO] [stdout] 398 | | new_v.push(idx); [INFO] [stdout] 399 | | } [INFO] [stdout] | |_________________________^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_match [INFO] [stdout] help: collapse nested if block [INFO] [stdout] | [INFO] [stdout] 396 ~ ValueSpan::Equal [INFO] [stdout] 397 ~ if p.value == tasks[idx].priority => { [INFO] [stdout] 398 | new_v.push(idx); [INFO] [stdout] 399 ~ } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `if` can be collapsed into the outer `match` [INFO] [stdout] --> src/tfilter.rs:402:25 [INFO] [stdout] | [INFO] [stdout] 402 | / if p.value <= tasks[idx].priority { [INFO] [stdout] 403 | | new_v.push(idx); [INFO] [stdout] 404 | | } [INFO] [stdout] | |_________________________^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_match [INFO] [stdout] help: collapse nested if block [INFO] [stdout] | [INFO] [stdout] 401 ~ ValueSpan::Lower [INFO] [stdout] 402 ~ if p.value <= tasks[idx].priority => { [INFO] [stdout] 403 | new_v.push(idx); [INFO] [stdout] 404 ~ } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `if` can be collapsed into the outer `match` [INFO] [stdout] --> src/tfilter.rs:407:25 [INFO] [stdout] | [INFO] [stdout] 407 | / if p.value >= tasks[idx].priority { [INFO] [stdout] 408 | | new_v.push(idx); [INFO] [stdout] 409 | | } [INFO] [stdout] | |_________________________^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_match [INFO] [stdout] help: collapse nested if block [INFO] [stdout] | [INFO] [stdout] 406 ~ ValueSpan::Higher [INFO] [stdout] 407 ~ if p.value >= tasks[idx].priority => { [INFO] [stdout] 408 | new_v.push(idx); [INFO] [stdout] 409 ~ } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `if` can be collapsed into the outer `match` [INFO] [stdout] --> src/tfilter.rs:412:25 [INFO] [stdout] | [INFO] [stdout] 412 | / if tasks[idx].priority < todotxt::NO_PRIORITY { [INFO] [stdout] 413 | | new_v.push(idx); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_________________________^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_match [INFO] [stdout] help: collapse nested if block [INFO] [stdout] | [INFO] [stdout] 411 ~ ValueSpan::Any [INFO] [stdout] 412 ~ if tasks[idx].priority < todotxt::NO_PRIORITY => { [INFO] [stdout] 413 | new_v.push(idx); [INFO] [stdout] 414 ~ } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `if` can be collapsed into the outer `match` [INFO] [stdout] --> src/tfilter.rs:433:25 [INFO] [stdout] | [INFO] [stdout] 433 | / if tasks[idx].recurrence.is_none() { [INFO] [stdout] 434 | | new_v.push(idx); [INFO] [stdout] 435 | | } [INFO] [stdout] | |_________________________^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_match [INFO] [stdout] help: collapse nested if block [INFO] [stdout] | [INFO] [stdout] 432 ~ ValueSpan::None [INFO] [stdout] 433 ~ if tasks[idx].recurrence.is_none() => { [INFO] [stdout] 434 | new_v.push(idx); [INFO] [stdout] 435 ~ } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `if` can be collapsed into the outer `match` [INFO] [stdout] --> src/tfilter.rs:438:25 [INFO] [stdout] | [INFO] [stdout] 438 | / if tasks[idx].recurrence.is_some() { [INFO] [stdout] 439 | | new_v.push(idx); [INFO] [stdout] 440 | | } [INFO] [stdout] | |_________________________^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_match [INFO] [stdout] help: collapse nested if block [INFO] [stdout] | [INFO] [stdout] 437 ~ ValueSpan::Any [INFO] [stdout] 438 ~ if tasks[idx].recurrence.is_some() => { [INFO] [stdout] 439 | new_v.push(idx); [INFO] [stdout] 440 ~ } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `if` can be collapsed into the outer `match` [INFO] [stdout] --> src/tfilter.rs:561:25 [INFO] [stdout] | [INFO] [stdout] 561 | / if !timer::is_timer_on(&tasks[idx]) { [INFO] [stdout] 562 | | new_v.push(idx); [INFO] [stdout] 563 | | } [INFO] [stdout] | |_________________________^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_match [INFO] [stdout] help: collapse nested if block [INFO] [stdout] | [INFO] [stdout] 560 ~ ValueSpan::None [INFO] [stdout] 561 ~ if !timer::is_timer_on(&tasks[idx]) => { [INFO] [stdout] 562 | new_v.push(idx); [INFO] [stdout] 563 ~ } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `if` can be collapsed into the outer `match` [INFO] [stdout] --> src/tfilter.rs:566:25 [INFO] [stdout] | [INFO] [stdout] 566 | / if timer::is_timer_on(&tasks[idx]) { [INFO] [stdout] 567 | | new_v.push(idx); [INFO] [stdout] 568 | | } [INFO] [stdout] | |_________________________^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_match [INFO] [stdout] help: collapse nested if block [INFO] [stdout] | [INFO] [stdout] 565 ~ ValueSpan::Active [INFO] [stdout] 566 ~ if timer::is_timer_on(&tasks[idx]) => { [INFO] [stdout] 567 | new_v.push(idx); [INFO] [stdout] 568 ~ } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `if` can be collapsed into the outer `match` [INFO] [stdout] --> src/todo.rs:467:13 [INFO] [stdout] | [INFO] [stdout] 467 | / if task.priority != c.priority.value { [INFO] [stdout] 468 | | task.priority = c.priority.value; [INFO] [stdout] 469 | | return true; [INFO] [stdout] 470 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_match [INFO] [stdout] help: collapse nested if block [INFO] [stdout] | [INFO] [stdout] 466 ~ Action::Set [INFO] [stdout] 467 ~ if task.priority != c.priority.value => { [INFO] [stdout] 468 | task.priority = c.priority.value; [INFO] [stdout] 469 | return true; [INFO] [stdout] 470 ~ } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `if` can be collapsed into the outer `match` [INFO] [stdout] --> src/todo.rs:473:13 [INFO] [stdout] | [INFO] [stdout] 473 | / if task.priority != todotxt::NO_PRIORITY { [INFO] [stdout] 474 | | task.priority = todotxt::NO_PRIORITY; [INFO] [stdout] 475 | | return true; [INFO] [stdout] 476 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_match [INFO] [stdout] help: collapse nested if block [INFO] [stdout] | [INFO] [stdout] 472 ~ Action::Delete [INFO] [stdout] 473 ~ if task.priority != todotxt::NO_PRIORITY => { [INFO] [stdout] 474 | task.priority = todotxt::NO_PRIORITY; [INFO] [stdout] 475 | return true; [INFO] [stdout] 476 ~ } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `if` can be collapsed into the outer `match` [INFO] [stdout] --> src/todo.rs:479:13 [INFO] [stdout] | [INFO] [stdout] 479 | / if task.priority != 0 && task.priority != todotxt::NO_PRIORITY { [INFO] [stdout] 480 | | task.priority -= 1u8; [INFO] [stdout] 481 | | return true; [INFO] [stdout] 482 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_match [INFO] [stdout] help: collapse nested if block [INFO] [stdout] | [INFO] [stdout] 478 ~ Action::Increase [INFO] [stdout] 479 ~ if task.priority != 0 && task.priority != todotxt::NO_PRIORITY => { [INFO] [stdout] 480 | task.priority -= 1u8; [INFO] [stdout] 481 | return true; [INFO] [stdout] 482 ~ } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `if` can be collapsed into the outer `match` [INFO] [stdout] --> src/todo.rs:485:13 [INFO] [stdout] | [INFO] [stdout] 485 | / if task.priority != todotxt::NO_PRIORITY { [INFO] [stdout] 486 | | task.priority += 1u8; [INFO] [stdout] 487 | | return true; [INFO] [stdout] 488 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_match [INFO] [stdout] help: collapse nested if block [INFO] [stdout] | [INFO] [stdout] 484 ~ Action::Decrease [INFO] [stdout] 485 ~ if task.priority != todotxt::NO_PRIORITY => { [INFO] [stdout] 486 | task.priority += 1u8; [INFO] [stdout] 487 | return true; [INFO] [stdout] 488 ~ } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `if` can be collapsed into the outer `match` [INFO] [stdout] --> src/todo.rs:522:13 [INFO] [stdout] | [INFO] [stdout] 522 | / if task.due_date.is_some() { [INFO] [stdout] 523 | | task.update_tag_with_value(todotxt::DUE_TAG, ""); [INFO] [stdout] 524 | | return true; [INFO] [stdout] 525 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_match [INFO] [stdout] help: collapse nested if block [INFO] [stdout] | [INFO] [stdout] 521 ~ Action::Delete [INFO] [stdout] 522 ~ if task.due_date.is_some() => { [INFO] [stdout] 523 | task.update_tag_with_value(todotxt::DUE_TAG, ""); [INFO] [stdout] 524 | return true; [INFO] [stdout] 525 ~ } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `if` can be collapsed into the outer `match` [INFO] [stdout] --> src/todo.rs:559:13 [INFO] [stdout] | [INFO] [stdout] 559 | / if task.threshold_date.is_some() { [INFO] [stdout] 560 | | task.update_tag_with_value(todotxt::THR_TAG, ""); [INFO] [stdout] 561 | | return true; [INFO] [stdout] 562 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_match [INFO] [stdout] help: collapse nested if block [INFO] [stdout] | [INFO] [stdout] 558 ~ Action::Delete [INFO] [stdout] 559 ~ if task.threshold_date.is_some() => { [INFO] [stdout] 560 | task.update_tag_with_value(todotxt::THR_TAG, ""); [INFO] [stdout] 561 | return true; [INFO] [stdout] 562 ~ } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `if` can be collapsed into the outer `match` [INFO] [stdout] --> src/todo.rs:585:13 [INFO] [stdout] | [INFO] [stdout] 585 | / if task.recurrence.is_some() { [INFO] [stdout] 586 | | task.update_tag_with_value(todotxt::REC_TAG, ""); [INFO] [stdout] 587 | | return true; [INFO] [stdout] 588 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_match [INFO] [stdout] help: collapse nested if block [INFO] [stdout] | [INFO] [stdout] 584 ~ Action::Delete [INFO] [stdout] 585 ~ if task.recurrence.is_some() => { [INFO] [stdout] 586 | task.update_tag_with_value(todotxt::REC_TAG, ""); [INFO] [stdout] 587 | return true; [INFO] [stdout] 588 ~ } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `if` can be collapsed into the outer `match` [INFO] [stdout] --> src/tfilter.rs:392:25 [INFO] [stdout] | [INFO] [stdout] 392 | / if tasks[idx].priority == todotxt::NO_PRIORITY { [INFO] [stdout] 393 | | new_v.push(idx); [INFO] [stdout] 394 | | } [INFO] [stdout] | |_________________________^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_match [INFO] [stdout] = note: `#[warn(clippy::collapsible_match)]` on by default [INFO] [stdout] help: collapse nested if block [INFO] [stdout] | [INFO] [stdout] 391 ~ ValueSpan::None [INFO] [stdout] 392 ~ if tasks[idx].priority == todotxt::NO_PRIORITY => { [INFO] [stdout] 393 | new_v.push(idx); [INFO] [stdout] 394 ~ } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `if` can be collapsed into the outer `match` [INFO] [stdout] --> src/tfilter.rs:397:25 [INFO] [stdout] | [INFO] [stdout] 397 | / if p.value == tasks[idx].priority { [INFO] [stdout] 398 | | new_v.push(idx); [INFO] [stdout] 399 | | } [INFO] [stdout] | |_________________________^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_match [INFO] [stdout] help: collapse nested if block [INFO] [stdout] | [INFO] [stdout] 396 ~ ValueSpan::Equal [INFO] [stdout] 397 ~ if p.value == tasks[idx].priority => { [INFO] [stdout] 398 | new_v.push(idx); [INFO] [stdout] 399 ~ } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `if` can be collapsed into the outer `match` [INFO] [stdout] --> src/todo.rs:704:13 [INFO] [stdout] | [INFO] [stdout] 704 | / if !task.hashtags.contains(&hashtag.to_string()) { [INFO] [stdout] 705 | | task.hashtags.push(hashtag.to_string()); [INFO] [stdout] 706 | | task.subject = format!("{} {}", task.subject, hashtag_full); [INFO] [stdout] 707 | | return true; [INFO] [stdout] 708 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_match [INFO] [stdout] help: collapse nested if block [INFO] [stdout] | [INFO] [stdout] 703 ~ Action::Set [INFO] [stdout] 704 ~ if !task.hashtags.contains(&hashtag.to_string()) => { [INFO] [stdout] 705 | task.hashtags.push(hashtag.to_string()); [INFO] [stdout] 706 | task.subject = format!("{} {}", task.subject, hashtag_full); [INFO] [stdout] 707 | return true; [INFO] [stdout] 708 ~ } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `if` can be collapsed into the outer `match` [INFO] [stdout] --> src/tfilter.rs:402:25 [INFO] [stdout] | [INFO] [stdout] 402 | / if p.value <= tasks[idx].priority { [INFO] [stdout] 403 | | new_v.push(idx); [INFO] [stdout] 404 | | } [INFO] [stdout] | |_________________________^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_match [INFO] [stdout] help: collapse nested if block [INFO] [stdout] | [INFO] [stdout] 401 ~ ValueSpan::Lower [INFO] [stdout] 402 ~ if p.value <= tasks[idx].priority => { [INFO] [stdout] 403 | new_v.push(idx); [INFO] [stdout] 404 ~ } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `if` can be collapsed into the outer `match` [INFO] [stdout] --> src/tfilter.rs:407:25 [INFO] [stdout] | [INFO] [stdout] 407 | / if p.value >= tasks[idx].priority { [INFO] [stdout] 408 | | new_v.push(idx); [INFO] [stdout] 409 | | } [INFO] [stdout] | |_________________________^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_match [INFO] [stdout] help: collapse nested if block [INFO] [stdout] | [INFO] [stdout] 406 ~ ValueSpan::Higher [INFO] [stdout] 407 ~ if p.value >= tasks[idx].priority => { [INFO] [stdout] 408 | new_v.push(idx); [INFO] [stdout] 409 ~ } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `if` can be collapsed into the outer `match` [INFO] [stdout] --> src/tfilter.rs:412:25 [INFO] [stdout] | [INFO] [stdout] 412 | / if tasks[idx].priority < todotxt::NO_PRIORITY { [INFO] [stdout] 413 | | new_v.push(idx); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_________________________^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_match [INFO] [stdout] help: collapse nested if block [INFO] [stdout] | [INFO] [stdout] 411 ~ ValueSpan::Any [INFO] [stdout] 412 ~ if tasks[idx].priority < todotxt::NO_PRIORITY => { [INFO] [stdout] 413 | new_v.push(idx); [INFO] [stdout] 414 ~ } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `if` can be collapsed into the outer `match` [INFO] [stdout] --> src/tfilter.rs:433:25 [INFO] [stdout] | [INFO] [stdout] 433 | / if tasks[idx].recurrence.is_none() { [INFO] [stdout] 434 | | new_v.push(idx); [INFO] [stdout] 435 | | } [INFO] [stdout] | |_________________________^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_match [INFO] [stdout] help: collapse nested if block [INFO] [stdout] | [INFO] [stdout] 432 ~ ValueSpan::None [INFO] [stdout] 433 ~ if tasks[idx].recurrence.is_none() => { [INFO] [stdout] 434 | new_v.push(idx); [INFO] [stdout] 435 ~ } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `if` can be collapsed into the outer `match` [INFO] [stdout] --> src/tfilter.rs:438:25 [INFO] [stdout] | [INFO] [stdout] 438 | / if tasks[idx].recurrence.is_some() { [INFO] [stdout] 439 | | new_v.push(idx); [INFO] [stdout] 440 | | } [INFO] [stdout] | |_________________________^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_match [INFO] [stdout] help: collapse nested if block [INFO] [stdout] | [INFO] [stdout] 437 ~ ValueSpan::Any [INFO] [stdout] 438 ~ if tasks[idx].recurrence.is_some() => { [INFO] [stdout] 439 | new_v.push(idx); [INFO] [stdout] 440 ~ } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `if` can be collapsed into the outer `match` [INFO] [stdout] --> src/tfilter.rs:561:25 [INFO] [stdout] | [INFO] [stdout] 561 | / if !timer::is_timer_on(&tasks[idx]) { [INFO] [stdout] 562 | | new_v.push(idx); [INFO] [stdout] 563 | | } [INFO] [stdout] | |_________________________^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_match [INFO] [stdout] help: collapse nested if block [INFO] [stdout] | [INFO] [stdout] 560 ~ ValueSpan::None [INFO] [stdout] 561 ~ if !timer::is_timer_on(&tasks[idx]) => { [INFO] [stdout] 562 | new_v.push(idx); [INFO] [stdout] 563 ~ } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `if` can be collapsed into the outer `match` [INFO] [stdout] --> src/tfilter.rs:566:25 [INFO] [stdout] | [INFO] [stdout] 566 | / if timer::is_timer_on(&tasks[idx]) { [INFO] [stdout] 567 | | new_v.push(idx); [INFO] [stdout] 568 | | } [INFO] [stdout] | |_________________________^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_match [INFO] [stdout] help: collapse nested if block [INFO] [stdout] | [INFO] [stdout] 565 ~ ValueSpan::Active [INFO] [stdout] 566 ~ if timer::is_timer_on(&tasks[idx]) => { [INFO] [stdout] 567 | new_v.push(idx); [INFO] [stdout] 568 ~ } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `if` can be collapsed into the outer `match` [INFO] [stdout] --> src/todo.rs:467:13 [INFO] [stdout] | [INFO] [stdout] 467 | / if task.priority != c.priority.value { [INFO] [stdout] 468 | | task.priority = c.priority.value; [INFO] [stdout] 469 | | return true; [INFO] [stdout] 470 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_match [INFO] [stdout] help: collapse nested if block [INFO] [stdout] | [INFO] [stdout] 466 ~ Action::Set [INFO] [stdout] 467 ~ if task.priority != c.priority.value => { [INFO] [stdout] 468 | task.priority = c.priority.value; [INFO] [stdout] 469 | return true; [INFO] [stdout] 470 ~ } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `if` can be collapsed into the outer `match` [INFO] [stdout] --> src/todo.rs:473:13 [INFO] [stdout] | [INFO] [stdout] 473 | / if task.priority != todotxt::NO_PRIORITY { [INFO] [stdout] 474 | | task.priority = todotxt::NO_PRIORITY; [INFO] [stdout] 475 | | return true; [INFO] [stdout] 476 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_match [INFO] [stdout] help: collapse nested if block [INFO] [stdout] | [INFO] [stdout] 472 ~ Action::Delete [INFO] [stdout] 473 ~ if task.priority != todotxt::NO_PRIORITY => { [INFO] [stdout] 474 | task.priority = todotxt::NO_PRIORITY; [INFO] [stdout] 475 | return true; [INFO] [stdout] 476 ~ } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `if` can be collapsed into the outer `match` [INFO] [stdout] --> src/todo.rs:479:13 [INFO] [stdout] | [INFO] [stdout] 479 | / if task.priority != 0 && task.priority != todotxt::NO_PRIORITY { [INFO] [stdout] 480 | | task.priority -= 1u8; [INFO] [stdout] 481 | | return true; [INFO] [stdout] 482 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_match [INFO] [stdout] help: collapse nested if block [INFO] [stdout] | [INFO] [stdout] 478 ~ Action::Increase [INFO] [stdout] 479 ~ if task.priority != 0 && task.priority != todotxt::NO_PRIORITY => { [INFO] [stdout] 480 | task.priority -= 1u8; [INFO] [stdout] 481 | return true; [INFO] [stdout] 482 ~ } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `if` can be collapsed into the outer `match` [INFO] [stdout] --> src/todo.rs:485:13 [INFO] [stdout] | [INFO] [stdout] 485 | / if task.priority != todotxt::NO_PRIORITY { [INFO] [stdout] 486 | | task.priority += 1u8; [INFO] [stdout] 487 | | return true; [INFO] [stdout] 488 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_match [INFO] [stdout] help: collapse nested if block [INFO] [stdout] | [INFO] [stdout] 484 ~ Action::Decrease [INFO] [stdout] 485 ~ if task.priority != todotxt::NO_PRIORITY => { [INFO] [stdout] 486 | task.priority += 1u8; [INFO] [stdout] 487 | return true; [INFO] [stdout] 488 ~ } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `if` can be collapsed into the outer `match` [INFO] [stdout] --> src/todo.rs:522:13 [INFO] [stdout] | [INFO] [stdout] 522 | / if task.due_date.is_some() { [INFO] [stdout] 523 | | task.update_tag_with_value(todotxt::DUE_TAG, ""); [INFO] [stdout] 524 | | return true; [INFO] [stdout] 525 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_match [INFO] [stdout] help: collapse nested if block [INFO] [stdout] | [INFO] [stdout] 521 ~ Action::Delete [INFO] [stdout] 522 ~ if task.due_date.is_some() => { [INFO] [stdout] 523 | task.update_tag_with_value(todotxt::DUE_TAG, ""); [INFO] [stdout] 524 | return true; [INFO] [stdout] 525 ~ } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `if` can be collapsed into the outer `match` [INFO] [stdout] --> src/todo.rs:559:13 [INFO] [stdout] | [INFO] [stdout] 559 | / if task.threshold_date.is_some() { [INFO] [stdout] 560 | | task.update_tag_with_value(todotxt::THR_TAG, ""); [INFO] [stdout] 561 | | return true; [INFO] [stdout] 562 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_match [INFO] [stdout] help: collapse nested if block [INFO] [stdout] | [INFO] [stdout] 558 ~ Action::Delete [INFO] [stdout] 559 ~ if task.threshold_date.is_some() => { [INFO] [stdout] 560 | task.update_tag_with_value(todotxt::THR_TAG, ""); [INFO] [stdout] 561 | return true; [INFO] [stdout] 562 ~ } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `if` can be collapsed into the outer `match` [INFO] [stdout] --> src/todo.rs:585:13 [INFO] [stdout] | [INFO] [stdout] 585 | / if task.recurrence.is_some() { [INFO] [stdout] 586 | | task.update_tag_with_value(todotxt::REC_TAG, ""); [INFO] [stdout] 587 | | return true; [INFO] [stdout] 588 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_match [INFO] [stdout] help: collapse nested if block [INFO] [stdout] | [INFO] [stdout] 584 ~ Action::Delete [INFO] [stdout] 585 ~ if task.recurrence.is_some() => { [INFO] [stdout] 586 | task.update_tag_with_value(todotxt::REC_TAG, ""); [INFO] [stdout] 587 | return true; [INFO] [stdout] 588 ~ } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `if` can be collapsed into the outer `match` [INFO] [stdout] --> src/todo.rs:704:13 [INFO] [stdout] | [INFO] [stdout] 704 | / if !task.hashtags.contains(&hashtag.to_string()) { [INFO] [stdout] 705 | | task.hashtags.push(hashtag.to_string()); [INFO] [stdout] 706 | | task.subject = format!("{} {}", task.subject, hashtag_full); [INFO] [stdout] 707 | | return true; [INFO] [stdout] 708 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_match [INFO] [stdout] help: collapse nested if block [INFO] [stdout] | [INFO] [stdout] 703 ~ Action::Set [INFO] [stdout] 704 ~ if !task.hashtags.contains(&hashtag.to_string()) => { [INFO] [stdout] 705 | task.hashtags.push(hashtag.to_string()); [INFO] [stdout] 706 | task.subject = format!("{} {}", task.subject, hashtag_full); [INFO] [stdout] 707 | return true; [INFO] [stdout] 708 ~ } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this import is redundant [INFO] [stdout] --> tests/flt.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | use chrono; [INFO] [stdout] | ^^^^^^^^^^^ help: remove it entirely [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_component_path_imports [INFO] [stdout] = note: `#[warn(clippy::single_component_path_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> tests/task.rs:25:65 [INFO] [stdout] | [INFO] [stdout] 25 | create_date: Some(NaiveDate::from_ymd_opt(2020, 01, 03).unwrap()), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] = note: `#[warn(clippy::zero_prefixed_literal)]` on by default [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 25 - create_date: Some(NaiveDate::from_ymd_opt(2020, 01, 03).unwrap()), [INFO] [stdout] 25 + create_date: Some(NaiveDate::from_ymd_opt(2020, 1, 03).unwrap()), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 25 | create_date: Some(NaiveDate::from_ymd_opt(2020, 0o1, 03).unwrap()), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> tests/task.rs:25:69 [INFO] [stdout] | [INFO] [stdout] 25 | create_date: Some(NaiveDate::from_ymd_opt(2020, 01, 03).unwrap()), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 25 - create_date: Some(NaiveDate::from_ymd_opt(2020, 01, 03).unwrap()), [INFO] [stdout] 25 + create_date: Some(NaiveDate::from_ymd_opt(2020, 01, 3).unwrap()), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 25 | create_date: Some(NaiveDate::from_ymd_opt(2020, 01, 0o3).unwrap()), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> tests/task.rs:33:65 [INFO] [stdout] | [INFO] [stdout] 33 | create_date: Some(NaiveDate::from_ymd_opt(2020, 02, 03).unwrap()), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 33 - create_date: Some(NaiveDate::from_ymd_opt(2020, 02, 03).unwrap()), [INFO] [stdout] 33 + create_date: Some(NaiveDate::from_ymd_opt(2020, 2, 03).unwrap()), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 33 | create_date: Some(NaiveDate::from_ymd_opt(2020, 0o2, 03).unwrap()), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> tests/task.rs:33:69 [INFO] [stdout] | [INFO] [stdout] 33 | create_date: Some(NaiveDate::from_ymd_opt(2020, 02, 03).unwrap()), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 33 - create_date: Some(NaiveDate::from_ymd_opt(2020, 02, 03).unwrap()), [INFO] [stdout] 33 + create_date: Some(NaiveDate::from_ymd_opt(2020, 02, 3).unwrap()), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 33 | create_date: Some(NaiveDate::from_ymd_opt(2020, 02, 0o3).unwrap()), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> tests/task.rs:41:65 [INFO] [stdout] | [INFO] [stdout] 41 | create_date: Some(NaiveDate::from_ymd_opt(2020, 01, 03).unwrap()), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 41 - create_date: Some(NaiveDate::from_ymd_opt(2020, 01, 03).unwrap()), [INFO] [stdout] 41 + create_date: Some(NaiveDate::from_ymd_opt(2020, 1, 03).unwrap()), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 41 | create_date: Some(NaiveDate::from_ymd_opt(2020, 0o1, 03).unwrap()), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> tests/task.rs:41:69 [INFO] [stdout] | [INFO] [stdout] 41 | create_date: Some(NaiveDate::from_ymd_opt(2020, 01, 03).unwrap()), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 41 - create_date: Some(NaiveDate::from_ymd_opt(2020, 01, 03).unwrap()), [INFO] [stdout] 41 + create_date: Some(NaiveDate::from_ymd_opt(2020, 01, 3).unwrap()), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 41 | create_date: Some(NaiveDate::from_ymd_opt(2020, 01, 0o3).unwrap()), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the loop variable `i` is used to index `t` [INFO] [stdout] --> tests/update.rs:92:14 [INFO] [stdout] | [INFO] [stdout] 92 | for i in 0..5 { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_range_loop [INFO] [stdout] = note: `#[warn(clippy::needless_range_loop)]` on by default [INFO] [stdout] help: consider using an iterator and enumerate() [INFO] [stdout] | [INFO] [stdout] 92 - for i in 0..5 { [INFO] [stdout] 92 + for (i, ) in t.iter().enumerate().take(5) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> tests/task.rs:42:65 [INFO] [stdout] | [INFO] [stdout] 42 | finish_date: Some(NaiveDate::from_ymd_opt(2020, 02, 03).unwrap()), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 42 - finish_date: Some(NaiveDate::from_ymd_opt(2020, 02, 03).unwrap()), [INFO] [stdout] 42 + finish_date: Some(NaiveDate::from_ymd_opt(2020, 2, 03).unwrap()), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 42 | finish_date: Some(NaiveDate::from_ymd_opt(2020, 0o2, 03).unwrap()), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> tests/task.rs:42:69 [INFO] [stdout] | [INFO] [stdout] 42 | finish_date: Some(NaiveDate::from_ymd_opt(2020, 02, 03).unwrap()), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 42 - finish_date: Some(NaiveDate::from_ymd_opt(2020, 02, 03).unwrap()), [INFO] [stdout] 42 + finish_date: Some(NaiveDate::from_ymd_opt(2020, 02, 3).unwrap()), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 42 | finish_date: Some(NaiveDate::from_ymd_opt(2020, 02, 0o3).unwrap()), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> tests/task.rs:52:65 [INFO] [stdout] | [INFO] [stdout] 52 | create_date: Some(NaiveDate::from_ymd_opt(2020, 01, 03).unwrap()), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 52 - create_date: Some(NaiveDate::from_ymd_opt(2020, 01, 03).unwrap()), [INFO] [stdout] 52 + create_date: Some(NaiveDate::from_ymd_opt(2020, 1, 03).unwrap()), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 52 | create_date: Some(NaiveDate::from_ymd_opt(2020, 0o1, 03).unwrap()), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the loop variable `idx` is only used to index `t` [INFO] [stdout] --> tests/update.rs:97:16 [INFO] [stdout] | [INFO] [stdout] 97 | for idx in orig_len..orig_len + must_change { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_range_loop [INFO] [stdout] help: consider using an iterator [INFO] [stdout] | [INFO] [stdout] 97 - for idx in orig_len..orig_len + must_change { [INFO] [stdout] 97 + for in t.iter().skip(orig_len).take(must_change) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> tests/task.rs:52:69 [INFO] [stdout] | [INFO] [stdout] 52 | create_date: Some(NaiveDate::from_ymd_opt(2020, 01, 03).unwrap()), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 52 - create_date: Some(NaiveDate::from_ymd_opt(2020, 01, 03).unwrap()), [INFO] [stdout] 52 + create_date: Some(NaiveDate::from_ymd_opt(2020, 01, 3).unwrap()), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 52 | create_date: Some(NaiveDate::from_ymd_opt(2020, 01, 0o3).unwrap()), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> tests/task.rs:53:65 [INFO] [stdout] | [INFO] [stdout] 53 | finish_date: Some(NaiveDate::from_ymd_opt(2020, 02, 03).unwrap()), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 53 - finish_date: Some(NaiveDate::from_ymd_opt(2020, 02, 03).unwrap()), [INFO] [stdout] 53 + finish_date: Some(NaiveDate::from_ymd_opt(2020, 2, 03).unwrap()), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 53 | finish_date: Some(NaiveDate::from_ymd_opt(2020, 0o2, 03).unwrap()), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this boolean expression can be simplified [INFO] [stdout] --> tests/update.rs:110:13 [INFO] [stdout] | [INFO] [stdout] 110 | assert!(!t[0].finished && !t[3].finished && !t[3].finished); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#nonminimal_bool [INFO] [stdout] = note: `#[warn(clippy::nonminimal_bool)]` on by default [INFO] [stdout] help: try [INFO] [stdout] | [INFO] [stdout] 110 - assert!(!t[0].finished && !t[3].finished && !t[3].finished); [INFO] [stdout] 110 + assert!(!(t[0].finished || t[3].finished)); [INFO] [stdout] | [INFO] [stdout] 110 - assert!(!t[0].finished && !t[3].finished && !t[3].finished); [INFO] [stdout] 110 + assert!(!t[0].finished && !t[3].finished); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> tests/task.rs:53:69 [INFO] [stdout] | [INFO] [stdout] 53 | finish_date: Some(NaiveDate::from_ymd_opt(2020, 02, 03).unwrap()), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 53 - finish_date: Some(NaiveDate::from_ymd_opt(2020, 02, 03).unwrap()), [INFO] [stdout] 53 + finish_date: Some(NaiveDate::from_ymd_opt(2020, 02, 3).unwrap()), [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 53 | finish_date: Some(NaiveDate::from_ymd_opt(2020, 02, 0o3).unwrap()), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> tests/task.rs:560:44 [INFO] [stdout] | [INFO] [stdout] 560 | let dt = NaiveDate::from_ymd_opt(2021, 01, 05).unwrap(); [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 560 - let dt = NaiveDate::from_ymd_opt(2021, 01, 05).unwrap(); [INFO] [stdout] 560 + let dt = NaiveDate::from_ymd_opt(2021, 1, 05).unwrap(); [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 560 | let dt = NaiveDate::from_ymd_opt(2021, 0o1, 05).unwrap(); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> tests/task.rs:560:48 [INFO] [stdout] | [INFO] [stdout] 560 | let dt = NaiveDate::from_ymd_opt(2021, 01, 05).unwrap(); [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 560 - let dt = NaiveDate::from_ymd_opt(2021, 01, 05).unwrap(); [INFO] [stdout] 560 + let dt = NaiveDate::from_ymd_opt(2021, 01, 5).unwrap(); [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 560 | let dt = NaiveDate::from_ymd_opt(2021, 01, 0o5).unwrap(); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> tests/task.rs:587:44 [INFO] [stdout] | [INFO] [stdout] 587 | let dt = NaiveDate::from_ymd_opt(2021, 01, 05).unwrap(); [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 587 - let dt = NaiveDate::from_ymd_opt(2021, 01, 05).unwrap(); [INFO] [stdout] 587 + let dt = NaiveDate::from_ymd_opt(2021, 1, 05).unwrap(); [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 587 | let dt = NaiveDate::from_ymd_opt(2021, 0o1, 05).unwrap(); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> tests/task.rs:587:48 [INFO] [stdout] | [INFO] [stdout] 587 | let dt = NaiveDate::from_ymd_opt(2021, 01, 05).unwrap(); [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 587 - let dt = NaiveDate::from_ymd_opt(2021, 01, 05).unwrap(); [INFO] [stdout] 587 + let dt = NaiveDate::from_ymd_opt(2021, 01, 5).unwrap(); [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 587 | let dt = NaiveDate::from_ymd_opt(2021, 01, 0o5).unwrap(); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> tests/task.rs:615:44 [INFO] [stdout] | [INFO] [stdout] 615 | let dt = NaiveDate::from_ymd_opt(2021, 01, 05).unwrap(); [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 615 - let dt = NaiveDate::from_ymd_opt(2021, 01, 05).unwrap(); [INFO] [stdout] 615 + let dt = NaiveDate::from_ymd_opt(2021, 1, 05).unwrap(); [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 615 | let dt = NaiveDate::from_ymd_opt(2021, 0o1, 05).unwrap(); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> tests/task.rs:615:48 [INFO] [stdout] | [INFO] [stdout] 615 | let dt = NaiveDate::from_ymd_opt(2021, 01, 05).unwrap(); [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 615 - let dt = NaiveDate::from_ymd_opt(2021, 01, 05).unwrap(); [INFO] [stdout] 615 + let dt = NaiveDate::from_ymd_opt(2021, 01, 5).unwrap(); [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 615 | let dt = NaiveDate::from_ymd_opt(2021, 01, 0o5).unwrap(); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: length comparison to zero [INFO] [stdout] --> tests/update.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | assert!(changed.len() > 0 && changed[0]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: using `!is_empty` is clearer and more explicit: `!changed.is_empty()` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#len_zero [INFO] [stdout] = note: `#[warn(clippy::len_zero)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: length comparison to zero [INFO] [stdout] --> tests/update.rs:245:21 [INFO] [stdout] | [INFO] [stdout] 245 | assert!(changed.len() == 0 || !changed[0]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: using `is_empty` is clearer and more explicit: `changed.is_empty()` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#len_zero [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: length comparison to zero [INFO] [stdout] --> tests/update.rs:316:17 [INFO] [stdout] | [INFO] [stdout] 316 | assert!(changed.len() > 0, "{}. {}", idx, t[0].subject); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: using `!is_empty` is clearer and more explicit: `!changed.is_empty()` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#len_zero [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field assignment outside of initializer for an instance created with Default::default() [INFO] [stdout] --> tests/sort.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | c.fields = Some("priority".to_owned()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: consider initializing the variable with `todo_lib::tsort::Conf { fields: Some("priority".to_owned()), ..Default::default() }` and removing relevant reassignments [INFO] [stdout] --> tests/sort.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | let mut c = tsort::Conf::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#field_reassign_with_default [INFO] [stdout] = note: `#[warn(clippy::field_reassign_with_default)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field assignment outside of initializer for an instance created with Default::default() [INFO] [stdout] --> tests/sort.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | c.rev = true; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: consider initializing the variable with `todo_lib::tsort::Conf { rev: true, fields: Some("priority".to_owned()) }` and removing relevant reassignments [INFO] [stdout] --> tests/sort.rs:69:5 [INFO] [stdout] | [INFO] [stdout] 69 | let mut c = tsort::Conf::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#field_reassign_with_default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary use of `to_string` [INFO] [stdout] --> tests/todotxt_utils.rs:182:32 [INFO] [stdout] | [INFO] [stdout] 182 | let found = mp.get(&key.to_string()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: replace it with: `key` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_to_owned [INFO] [stdout] = note: `#[warn(clippy::unnecessary_to_owned)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field assignment outside of initializer for an instance created with Default::default() [INFO] [stdout] --> tests/sort.rs:124:5 [INFO] [stdout] | [INFO] [stdout] 124 | c.fields = Some("priority".to_owned()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: consider initializing the variable with `todo_lib::tsort::Conf { fields: Some("priority".to_owned()), ..Default::default() }` and removing relevant reassignments [INFO] [stdout] --> tests/sort.rs:123:5 [INFO] [stdout] | [INFO] [stdout] 123 | let mut c = tsort::Conf::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#field_reassign_with_default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: called `unwrap` on `orig_due` after checking its variant with `is_some` [INFO] [stdout] --> tests/task.rs:531:24 [INFO] [stdout] | [INFO] [stdout] 530 | if orig_due.is_some() && t.recurrence.is_some() && t.due_date.is_some() { [INFO] [stdout] | ------------------ the check is happening here [INFO] [stdout] 531 | let orig = orig_due.unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try using `if let` or `match` [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_unwrap [INFO] [stdout] = note: `#[warn(clippy::unnecessary_unwrap)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: called `unwrap` on `t.due_date` after checking its variant with `is_some` [INFO] [stdout] --> tests/task.rs:532:28 [INFO] [stdout] | [INFO] [stdout] 530 | if orig_due.is_some() && t.recurrence.is_some() && t.due_date.is_some() { [INFO] [stdout] | -------------------- the check is happening here [INFO] [stdout] 531 | let orig = orig_due.unwrap(); [INFO] [stdout] 532 | assert!(orig < t.due_date.unwrap(), "due must change: {}", d.i); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try using `if let` or `match` [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_unwrap [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: called `unwrap` on `orig_thr` after checking its variant with `is_some` [INFO] [stdout] --> tests/task.rs:535:24 [INFO] [stdout] | [INFO] [stdout] 534 | if orig_thr.is_some() && t.recurrence.is_some() && t.threshold_date.is_some() { [INFO] [stdout] | ------------------ the check is happening here [INFO] [stdout] 535 | let orig = orig_thr.unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try using `if let` or `match` [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_unwrap [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: called `unwrap` on `t.threshold_date` after checking its variant with `is_some` [INFO] [stdout] --> tests/task.rs:536:28 [INFO] [stdout] | [INFO] [stdout] 534 | if orig_thr.is_some() && t.recurrence.is_some() && t.threshold_date.is_some() { [INFO] [stdout] | -------------------------- the check is happening here [INFO] [stdout] 535 | let orig = orig_thr.unwrap(); [INFO] [stdout] 536 | assert!(orig < t.threshold_date.unwrap(), "threshold must change: {}", d.i); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try using `if let` or `match` [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_unwrap [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `clone` on type `Option` which implements the `Copy` trait [INFO] [stdout] --> tests/task.rs:526:24 [INFO] [stdout] | [INFO] [stdout] 526 | let orig_due = t.due_date.clone(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `t.due_date` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy [INFO] [stdout] = note: `#[warn(clippy::clone_on_copy)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `clone` on type `Option` which implements the `Copy` trait [INFO] [stdout] --> tests/task.rs:527:24 [INFO] [stdout] | [INFO] [stdout] 527 | let orig_thr = t.threshold_date.clone(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `t.threshold_date` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field assignment outside of initializer for an instance created with Default::default() [INFO] [stdout] --> tests/flt.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | cflt.range = tfilter::ItemRange::One(t.len()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: consider initializing the variable with `todo_lib::tfilter::Conf { range: tfilter::ItemRange::One(t.len()), ..Default::default() }` and removing relevant reassignments [INFO] [stdout] --> tests/flt.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | let mut cflt = tfilter::Conf::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#field_reassign_with_default [INFO] [stdout] = note: `#[warn(clippy::field_reassign_with_default)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field assignment outside of initializer for an instance created with Default::default() [INFO] [stdout] --> tests/flt.rs:57:5 [INFO] [stdout] | [INFO] [stdout] 57 | cflt.range = tfilter::ItemRange::Range(t.len(), t.len() + 5); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: consider initializing the variable with `todo_lib::tfilter::Conf { range: tfilter::ItemRange::Range(t.len(), t.len() + 5), ..Default::default() }` and removing relevant reassignments [INFO] [stdout] --> tests/flt.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | let mut cflt = tfilter::Conf::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#field_reassign_with_default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field assignment outside of initializer for an instance created with Default::default() [INFO] [stdout] --> tests/flt.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | cflt.range = tfilter::ItemRange::One(0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: consider initializing the variable with `todo_lib::tfilter::Conf { range: tfilter::ItemRange::One(0), ..Default::default() }` and removing relevant reassignments [INFO] [stdout] --> tests/flt.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | let mut cflt = tfilter::Conf::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#field_reassign_with_default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field assignment outside of initializer for an instance created with Default::default() [INFO] [stdout] --> tests/flt.rs:108:5 [INFO] [stdout] | [INFO] [stdout] 108 | cflt.all = tfilter::TodoStatus::All; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: consider initializing the variable with `todo_lib::tfilter::Conf { all: tfilter::TodoStatus::All, regex: Some("car".to_owned()), ..Default::default() }` and removing relevant reassignments [INFO] [stdout] --> tests/flt.rs:105:5 [INFO] [stdout] | [INFO] [stdout] 105 | let mut cflt = tfilter::Conf::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#field_reassign_with_default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field assignment outside of initializer for an instance created with Default::default() [INFO] [stdout] --> tests/flt.rs:194:5 [INFO] [stdout] | [INFO] [stdout] 194 | cflt.all = tfilter::TodoStatus::All; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: consider initializing the variable with `todo_lib::tfilter::Conf { all: tfilter::TodoStatus::All, pri: Some(tfilter::Priority { value: 'b' as u8 - 'a' as u8, span: tfilter::ValueSpan::Equal }), ..Default::default() }` and removing relevant reassignments [INFO] [stdout] --> tests/flt.rs:193:5 [INFO] [stdout] | [INFO] [stdout] 193 | let mut cflt = tfilter::Conf::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#field_reassign_with_default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: casting a character literal to `u8` truncates [INFO] [stdout] --> tests/flt.rs:197:48 [INFO] [stdout] | [INFO] [stdout] 197 | cflt.pri = Some(tfilter::Priority { value: 'b' as u8 - 'a' as u8, span: tfilter::ValueSpan::Equal }); [INFO] [stdout] | ^^^^^^^^^ help: use a byte literal instead: `b'b'` [INFO] [stdout] | [INFO] [stdout] = note: `char` is four bytes wide, but `u8` is a single byte [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#char_lit_as_u8 [INFO] [stdout] = note: `#[warn(clippy::char_lit_as_u8)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: casting a character literal to `u8` truncates [INFO] [stdout] --> tests/flt.rs:197:60 [INFO] [stdout] | [INFO] [stdout] 197 | cflt.pri = Some(tfilter::Priority { value: 'b' as u8 - 'a' as u8, span: tfilter::ValueSpan::Equal }); [INFO] [stdout] | ^^^^^^^^^ help: use a byte literal instead: `b'a'` [INFO] [stdout] | [INFO] [stdout] = note: `char` is four bytes wide, but `u8` is a single byte [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#char_lit_as_u8 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: casting a character literal to `u8` truncates [INFO] [stdout] --> tests/flt.rs:202:48 [INFO] [stdout] | [INFO] [stdout] 202 | cflt.pri = Some(tfilter::Priority { value: 'b' as u8 - 'a' as u8, span: tfilter::ValueSpan::Higher }); [INFO] [stdout] | ^^^^^^^^^ help: use a byte literal instead: `b'b'` [INFO] [stdout] | [INFO] [stdout] = note: `char` is four bytes wide, but `u8` is a single byte [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#char_lit_as_u8 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: casting a character literal to `u8` truncates [INFO] [stdout] --> tests/flt.rs:202:60 [INFO] [stdout] | [INFO] [stdout] 202 | cflt.pri = Some(tfilter::Priority { value: 'b' as u8 - 'a' as u8, span: tfilter::ValueSpan::Higher }); [INFO] [stdout] | ^^^^^^^^^ help: use a byte literal instead: `b'a'` [INFO] [stdout] | [INFO] [stdout] = note: `char` is four bytes wide, but `u8` is a single byte [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#char_lit_as_u8 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: casting a character literal to `u8` truncates [INFO] [stdout] --> tests/flt.rs:207:48 [INFO] [stdout] | [INFO] [stdout] 207 | cflt.pri = Some(tfilter::Priority { value: 'b' as u8 - 'a' as u8, span: tfilter::ValueSpan::Lower }); [INFO] [stdout] | ^^^^^^^^^ help: use a byte literal instead: `b'b'` [INFO] [stdout] | [INFO] [stdout] = note: `char` is four bytes wide, but `u8` is a single byte [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#char_lit_as_u8 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: casting a character literal to `u8` truncates [INFO] [stdout] --> tests/flt.rs:207:60 [INFO] [stdout] | [INFO] [stdout] 207 | cflt.pri = Some(tfilter::Priority { value: 'b' as u8 - 'a' as u8, span: tfilter::ValueSpan::Lower }); [INFO] [stdout] | ^^^^^^^^^ help: use a byte literal instead: `b'a'` [INFO] [stdout] | [INFO] [stdout] = note: `char` is four bytes wide, but `u8` is a single byte [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#char_lit_as_u8 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field assignment outside of initializer for an instance created with Default::default() [INFO] [stdout] --> tests/flt.rs:226:5 [INFO] [stdout] | [INFO] [stdout] 226 | cflt.all = tfilter::TodoStatus::All; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: consider initializing the variable with `todo_lib::tfilter::Conf { all: tfilter::TodoStatus::All, rec: Some(tfilter::Recurrence { span: tfilter::ValueSpan::Any }), ..Default::default() }` and removing relevant reassignments [INFO] [stdout] --> tests/flt.rs:225:5 [INFO] [stdout] | [INFO] [stdout] 225 | let mut cflt = tfilter::Conf::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#field_reassign_with_default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field assignment outside of initializer for an instance created with Default::default() [INFO] [stdout] --> tests/flt.rs:244:5 [INFO] [stdout] | [INFO] [stdout] 244 | cflt.all = tfilter::TodoStatus::All; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: consider initializing the variable with `todo_lib::tfilter::Conf { all: tfilter::TodoStatus::All, due: Some(tfilter::DateRange { span: tfilter::ValueSpan::Any, days: Default::default() }), ..Default::default() }` and removing relevant reassignments [INFO] [stdout] --> tests/flt.rs:243:5 [INFO] [stdout] | [INFO] [stdout] 243 | let mut cflt = tfilter::Conf::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#field_reassign_with_default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field assignment outside of initializer for an instance created with Default::default() [INFO] [stdout] --> tests/flt.rs:269:5 [INFO] [stdout] | [INFO] [stdout] 269 | cflt.thr = Some(tfilter::DateRange { span: tfilter::ValueSpan::Any, days: Default::default() }); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: consider initializing the variable with `todo_lib::tfilter::Conf { thr: Some(tfilter::DateRange { span: tfilter::ValueSpan::Any, days: Default::default() }), ..Default::default() }` and removing relevant reassignments [INFO] [stdout] --> tests/flt.rs:266:5 [INFO] [stdout] | [INFO] [stdout] 266 | let mut cflt = tfilter::Conf::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#field_reassign_with_default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field assignment outside of initializer for an instance created with Default::default() [INFO] [stdout] --> tests/flt.rs:328:9 [INFO] [stdout] | [INFO] [stdout] 328 | cflt.all = test.inc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: consider initializing the variable with `todo_lib::tfilter::Conf { all: test.inc, ..Default::default() }` and removing relevant reassignments [INFO] [stdout] --> tests/flt.rs:327:9 [INFO] [stdout] | [INFO] [stdout] 327 | let mut cflt = tfilter::Conf::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#field_reassign_with_default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.07s [INFO] running `Command { std: "docker" "inspect" "69bf492ec7c337f3a68aa82cbc679186297e42ca7e441d523034ee2b02dcf424", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "69bf492ec7c337f3a68aa82cbc679186297e42ca7e441d523034ee2b02dcf424", kill_on_drop: false }` [INFO] [stdout] 69bf492ec7c337f3a68aa82cbc679186297e42ca7e441d523034ee2b02dcf424