Create setup cmd to auto generate iam app secret #73
Annotations
76 warnings
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead:
src/handlers/competition/time.rs#L43
warning: use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
--> src/handlers/competition/time.rs:43:42
|
43 | let Some(naive) = NaiveDateTime::from_timestamp_opt(end_time, 0) else {
| ^^^^^^^^^^^^^^^^^^
|
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead:
src/handlers/competition/time.rs#L27
warning: use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
--> src/handlers/competition/time.rs:27:42
|
27 | let Some(naive) = NaiveDateTime::from_timestamp_opt(start_time, 0) else {
| ^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(deprecated)]` on by default
|
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead:
src/handlers/competition/time.rs#L43
warning: use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
--> src/handlers/competition/time.rs:43:42
|
43 | let Some(naive) = NaiveDateTime::from_timestamp_opt(end_time, 0) else {
| ^^^^^^^^^^^^^^^^^^
|
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead:
src/handlers/competition/time.rs#L27
warning: use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
--> src/handlers/competition/time.rs:27:42
|
27 | let Some(naive) = NaiveDateTime::from_timestamp_opt(start_time, 0) else {
| ^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(deprecated)]` on by default
|
lint group `all` has the same priority (0) as a lint:
Cargo.toml#L26
warning: lint group `all` has the same priority (0) as a lint
--> Cargo.toml:26:1
|
26 | all = "warn"
| ^^^ ------ has an implicit priority of 0
27 | dbg_macro = "warn"
| --------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `all` to a lower priority
|
26 | all = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `rust_2018_idioms` has the same priority (0) as a lint:
Cargo.toml#L20
warning: lint group `rust_2018_idioms` has the same priority (0) as a lint
--> Cargo.toml:20:1
|
20 | rust_2018_idioms = "warn"
| ^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
...
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `rust_2018_idioms` to a lower priority
|
20 | rust_2018_idioms = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `nonstandard_style` has the same priority (0) as a lint:
Cargo.toml#L22
warning: lint group `nonstandard_style` has the same priority (0) as a lint
--> Cargo.toml:22:1
|
22 | nonstandard_style = "warn"
| ^^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `nonstandard_style` to a lower priority
|
22 | nonstandard_style = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `future_incompatible` has the same priority (0) as a lint:
Cargo.toml#L21
warning: lint group `future_incompatible` has the same priority (0) as a lint
--> Cargo.toml:21:1
|
21 | future_incompatible = "warn"
| ^^^^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
22 | nonstandard_style = "warn"
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
= note: `-W clippy::lint-groups-priority` implied by `-W clippy::all`
= help: to override `-W clippy::all` add `#[allow(clippy::lint_groups_priority)]`
help: to have lints override the group set `future_incompatible` to a lower priority
|
21 | future_incompatible = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `all` has the same priority (0) as a lint:
Cargo.toml#L26
warning: lint group `all` has the same priority (0) as a lint
--> Cargo.toml:26:1
|
26 | all = "warn"
| ^^^ ------ has an implicit priority of 0
27 | dbg_macro = "warn"
| --------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `all` to a lower priority
|
26 | all = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `rust_2018_idioms` has the same priority (0) as a lint:
Cargo.toml#L20
warning: lint group `rust_2018_idioms` has the same priority (0) as a lint
--> Cargo.toml:20:1
|
20 | rust_2018_idioms = "warn"
| ^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
...
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `rust_2018_idioms` to a lower priority
|
20 | rust_2018_idioms = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `nonstandard_style` has the same priority (0) as a lint:
Cargo.toml#L22
warning: lint group `nonstandard_style` has the same priority (0) as a lint
--> Cargo.toml:22:1
|
22 | nonstandard_style = "warn"
| ^^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `nonstandard_style` to a lower priority
|
22 | nonstandard_style = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `future_incompatible` has the same priority (0) as a lint:
Cargo.toml#L21
warning: lint group `future_incompatible` has the same priority (0) as a lint
--> Cargo.toml:21:1
|
21 | future_incompatible = "warn"
| ^^^^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
22 | nonstandard_style = "warn"
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
= note: `-W clippy::lint-groups-priority` implied by `-W clippy::all`
= help: to override `-W clippy::all` add `#[allow(clippy::lint_groups_priority)]`
help: to have lints override the group set `future_incompatible` to a lower priority
|
21 | future_incompatible = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `all` has the same priority (0) as a lint:
Cargo.toml#L26
warning: lint group `all` has the same priority (0) as a lint
--> Cargo.toml:26:1
|
26 | all = "warn"
| ^^^ ------ has an implicit priority of 0
27 | dbg_macro = "warn"
| --------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `all` to a lower priority
|
26 | all = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `rust_2018_idioms` has the same priority (0) as a lint:
Cargo.toml#L20
warning: lint group `rust_2018_idioms` has the same priority (0) as a lint
--> Cargo.toml:20:1
|
20 | rust_2018_idioms = "warn"
| ^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
...
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `rust_2018_idioms` to a lower priority
|
20 | rust_2018_idioms = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `nonstandard_style` has the same priority (0) as a lint:
Cargo.toml#L22
warning: lint group `nonstandard_style` has the same priority (0) as a lint
--> Cargo.toml:22:1
|
22 | nonstandard_style = "warn"
| ^^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `nonstandard_style` to a lower priority
|
22 | nonstandard_style = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `future_incompatible` has the same priority (0) as a lint:
Cargo.toml#L21
warning: lint group `future_incompatible` has the same priority (0) as a lint
--> Cargo.toml:21:1
|
21 | future_incompatible = "warn"
| ^^^^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
22 | nonstandard_style = "warn"
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
= note: `-W clippy::lint-groups-priority` implied by `-W clippy::all`
= help: to override `-W clippy::all` add `#[allow(clippy::lint_groups_priority)]`
help: to have lints override the group set `future_incompatible` to a lower priority
|
21 | future_incompatible = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `all` has the same priority (0) as a lint:
Cargo.toml#L26
warning: lint group `all` has the same priority (0) as a lint
--> Cargo.toml:26:1
|
26 | all = "warn"
| ^^^ ------ has an implicit priority of 0
27 | dbg_macro = "warn"
| --------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `all` to a lower priority
|
26 | all = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `rust_2018_idioms` has the same priority (0) as a lint:
Cargo.toml#L20
warning: lint group `rust_2018_idioms` has the same priority (0) as a lint
--> Cargo.toml:20:1
|
20 | rust_2018_idioms = "warn"
| ^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
...
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `rust_2018_idioms` to a lower priority
|
20 | rust_2018_idioms = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `nonstandard_style` has the same priority (0) as a lint:
Cargo.toml#L22
warning: lint group `nonstandard_style` has the same priority (0) as a lint
--> Cargo.toml:22:1
|
22 | nonstandard_style = "warn"
| ^^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `nonstandard_style` to a lower priority
|
22 | nonstandard_style = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `future_incompatible` has the same priority (0) as a lint:
Cargo.toml#L21
warning: lint group `future_incompatible` has the same priority (0) as a lint
--> Cargo.toml:21:1
|
21 | future_incompatible = "warn"
| ^^^^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
22 | nonstandard_style = "warn"
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
= note: `-W clippy::lint-groups-priority` implied by `-W clippy::all`
= help: to override `-W clippy::all` add `#[allow(clippy::lint_groups_priority)]`
help: to have lints override the group set `future_incompatible` to a lower priority
|
21 | future_incompatible = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `all` has the same priority (0) as a lint:
Cargo.toml#L26
warning: lint group `all` has the same priority (0) as a lint
--> Cargo.toml:26:1
|
26 | all = "warn"
| ^^^ ------ has an implicit priority of 0
27 | dbg_macro = "warn"
| --------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `all` to a lower priority
|
26 | all = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `rust_2018_idioms` has the same priority (0) as a lint:
Cargo.toml#L20
warning: lint group `rust_2018_idioms` has the same priority (0) as a lint
--> Cargo.toml:20:1
|
20 | rust_2018_idioms = "warn"
| ^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
...
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `rust_2018_idioms` to a lower priority
|
20 | rust_2018_idioms = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `nonstandard_style` has the same priority (0) as a lint:
Cargo.toml#L22
warning: lint group `nonstandard_style` has the same priority (0) as a lint
--> Cargo.toml:22:1
|
22 | nonstandard_style = "warn"
| ^^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `nonstandard_style` to a lower priority
|
22 | nonstandard_style = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `future_incompatible` has the same priority (0) as a lint:
Cargo.toml#L21
warning: lint group `future_incompatible` has the same priority (0) as a lint
--> Cargo.toml:21:1
|
21 | future_incompatible = "warn"
| ^^^^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
22 | nonstandard_style = "warn"
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
= note: `-W clippy::lint-groups-priority` implied by `-W clippy::all`
= help: to override `-W clippy::all` add `#[allow(clippy::lint_groups_priority)]`
help: to have lints override the group set `future_incompatible` to a lower priority
|
21 | future_incompatible = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `all` has the same priority (0) as a lint:
Cargo.toml#L26
warning: lint group `all` has the same priority (0) as a lint
--> Cargo.toml:26:1
|
26 | all = "warn"
| ^^^ ------ has an implicit priority of 0
27 | dbg_macro = "warn"
| --------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `all` to a lower priority
|
26 | all = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `rust_2018_idioms` has the same priority (0) as a lint:
Cargo.toml#L20
warning: lint group `rust_2018_idioms` has the same priority (0) as a lint
--> Cargo.toml:20:1
|
20 | rust_2018_idioms = "warn"
| ^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
...
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `rust_2018_idioms` to a lower priority
|
20 | rust_2018_idioms = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `nonstandard_style` has the same priority (0) as a lint:
Cargo.toml#L22
warning: lint group `nonstandard_style` has the same priority (0) as a lint
--> Cargo.toml:22:1
|
22 | nonstandard_style = "warn"
| ^^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `nonstandard_style` to a lower priority
|
22 | nonstandard_style = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `future_incompatible` has the same priority (0) as a lint:
Cargo.toml#L21
warning: lint group `future_incompatible` has the same priority (0) as a lint
--> Cargo.toml:21:1
|
21 | future_incompatible = "warn"
| ^^^^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
22 | nonstandard_style = "warn"
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
= note: `-W clippy::lint-groups-priority` implied by `-W clippy::all`
= help: to override `-W clippy::all` add `#[allow(clippy::lint_groups_priority)]`
help: to have lints override the group set `future_incompatible` to a lower priority
|
21 | future_incompatible = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `all` has the same priority (0) as a lint:
Cargo.toml#L26
warning: lint group `all` has the same priority (0) as a lint
--> Cargo.toml:26:1
|
26 | all = "warn"
| ^^^ ------ has an implicit priority of 0
27 | dbg_macro = "warn"
| --------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `all` to a lower priority
|
26 | all = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `rust_2018_idioms` has the same priority (0) as a lint:
Cargo.toml#L20
warning: lint group `rust_2018_idioms` has the same priority (0) as a lint
--> Cargo.toml:20:1
|
20 | rust_2018_idioms = "warn"
| ^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
...
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `rust_2018_idioms` to a lower priority
|
20 | rust_2018_idioms = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `nonstandard_style` has the same priority (0) as a lint:
Cargo.toml#L22
warning: lint group `nonstandard_style` has the same priority (0) as a lint
--> Cargo.toml:22:1
|
22 | nonstandard_style = "warn"
| ^^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `nonstandard_style` to a lower priority
|
22 | nonstandard_style = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `future_incompatible` has the same priority (0) as a lint:
Cargo.toml#L21
warning: lint group `future_incompatible` has the same priority (0) as a lint
--> Cargo.toml:21:1
|
21 | future_incompatible = "warn"
| ^^^^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
22 | nonstandard_style = "warn"
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
= note: `-W clippy::lint-groups-priority` implied by `-W clippy::all`
= help: to override `-W clippy::all` add `#[allow(clippy::lint_groups_priority)]`
help: to have lints override the group set `future_incompatible` to a lower priority
|
21 | future_incompatible = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `all` has the same priority (0) as a lint:
Cargo.toml#L26
warning: lint group `all` has the same priority (0) as a lint
--> Cargo.toml:26:1
|
26 | all = "warn"
| ^^^ ------ has an implicit priority of 0
27 | dbg_macro = "warn"
| --------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `all` to a lower priority
|
26 | all = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `rust_2018_idioms` has the same priority (0) as a lint:
Cargo.toml#L20
warning: lint group `rust_2018_idioms` has the same priority (0) as a lint
--> Cargo.toml:20:1
|
20 | rust_2018_idioms = "warn"
| ^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
...
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `rust_2018_idioms` to a lower priority
|
20 | rust_2018_idioms = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `nonstandard_style` has the same priority (0) as a lint:
Cargo.toml#L22
warning: lint group `nonstandard_style` has the same priority (0) as a lint
--> Cargo.toml:22:1
|
22 | nonstandard_style = "warn"
| ^^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `nonstandard_style` to a lower priority
|
22 | nonstandard_style = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `future_incompatible` has the same priority (0) as a lint:
Cargo.toml#L21
warning: lint group `future_incompatible` has the same priority (0) as a lint
--> Cargo.toml:21:1
|
21 | future_incompatible = "warn"
| ^^^^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
22 | nonstandard_style = "warn"
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
= note: `-W clippy::lint-groups-priority` implied by `-W clippy::all`
= help: to override `-W clippy::all` add `#[allow(clippy::lint_groups_priority)]`
help: to have lints override the group set `future_incompatible` to a lower priority
|
21 | future_incompatible = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `all` has the same priority (0) as a lint:
Cargo.toml#L26
warning: lint group `all` has the same priority (0) as a lint
--> Cargo.toml:26:1
|
26 | all = "warn"
| ^^^ ------ has an implicit priority of 0
27 | dbg_macro = "warn"
| --------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `all` to a lower priority
|
26 | all = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `rust_2018_idioms` has the same priority (0) as a lint:
Cargo.toml#L20
warning: lint group `rust_2018_idioms` has the same priority (0) as a lint
--> Cargo.toml:20:1
|
20 | rust_2018_idioms = "warn"
| ^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
...
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `rust_2018_idioms` to a lower priority
|
20 | rust_2018_idioms = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `nonstandard_style` has the same priority (0) as a lint:
Cargo.toml#L22
warning: lint group `nonstandard_style` has the same priority (0) as a lint
--> Cargo.toml:22:1
|
22 | nonstandard_style = "warn"
| ^^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `nonstandard_style` to a lower priority
|
22 | nonstandard_style = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `future_incompatible` has the same priority (0) as a lint:
Cargo.toml#L21
warning: lint group `future_incompatible` has the same priority (0) as a lint
--> Cargo.toml:21:1
|
21 | future_incompatible = "warn"
| ^^^^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
22 | nonstandard_style = "warn"
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
= note: `-W clippy::lint-groups-priority` implied by `-W clippy::all`
= help: to override `-W clippy::all` add `#[allow(clippy::lint_groups_priority)]`
help: to have lints override the group set `future_incompatible` to a lower priority
|
21 | future_incompatible = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead:
src/handlers/competition/time.rs#L43
warning: use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
--> src/handlers/competition/time.rs:43:42
|
43 | let Some(naive) = NaiveDateTime::from_timestamp_opt(end_time, 0) else {
| ^^^^^^^^^^^^^^^^^^
|
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead:
src/handlers/competition/time.rs#L27
warning: use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
--> src/handlers/competition/time.rs:27:42
|
27 | let Some(naive) = NaiveDateTime::from_timestamp_opt(start_time, 0) else {
| ^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(deprecated)]` on by default
|
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead:
src/handlers/competition/time.rs#L43
warning: use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
--> src/handlers/competition/time.rs:43:42
|
43 | let Some(naive) = NaiveDateTime::from_timestamp_opt(end_time, 0) else {
| ^^^^^^^^^^^^^^^^^^
|
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead:
src/handlers/competition/time.rs#L27
warning: use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
--> src/handlers/competition/time.rs:27:42
|
27 | let Some(naive) = NaiveDateTime::from_timestamp_opt(start_time, 0) else {
| ^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(deprecated)]` on by default
|
lint group `all` has the same priority (0) as a lint:
Cargo.toml#L26
warning: lint group `all` has the same priority (0) as a lint
--> Cargo.toml:26:1
|
26 | all = "warn"
| ^^^ ------ has an implicit priority of 0
27 | dbg_macro = "warn"
| --------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `all` to a lower priority
|
26 | all = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `rust_2018_idioms` has the same priority (0) as a lint:
Cargo.toml#L20
warning: lint group `rust_2018_idioms` has the same priority (0) as a lint
--> Cargo.toml:20:1
|
20 | rust_2018_idioms = "warn"
| ^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
...
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `rust_2018_idioms` to a lower priority
|
20 | rust_2018_idioms = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `nonstandard_style` has the same priority (0) as a lint:
Cargo.toml#L22
warning: lint group `nonstandard_style` has the same priority (0) as a lint
--> Cargo.toml:22:1
|
22 | nonstandard_style = "warn"
| ^^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `nonstandard_style` to a lower priority
|
22 | nonstandard_style = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `future_incompatible` has the same priority (0) as a lint:
Cargo.toml#L21
warning: lint group `future_incompatible` has the same priority (0) as a lint
--> Cargo.toml:21:1
|
21 | future_incompatible = "warn"
| ^^^^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
22 | nonstandard_style = "warn"
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
= note: `-W clippy::lint-groups-priority` implied by `-W clippy::all`
= help: to override `-W clippy::all` add `#[allow(clippy::lint_groups_priority)]`
help: to have lints override the group set `future_incompatible` to a lower priority
|
21 | future_incompatible = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `all` has the same priority (0) as a lint:
Cargo.toml#L26
warning: lint group `all` has the same priority (0) as a lint
--> Cargo.toml:26:1
|
26 | all = "warn"
| ^^^ ------ has an implicit priority of 0
27 | dbg_macro = "warn"
| --------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `all` to a lower priority
|
26 | all = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `rust_2018_idioms` has the same priority (0) as a lint:
Cargo.toml#L20
warning: lint group `rust_2018_idioms` has the same priority (0) as a lint
--> Cargo.toml:20:1
|
20 | rust_2018_idioms = "warn"
| ^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
...
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `rust_2018_idioms` to a lower priority
|
20 | rust_2018_idioms = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `nonstandard_style` has the same priority (0) as a lint:
Cargo.toml#L22
warning: lint group `nonstandard_style` has the same priority (0) as a lint
--> Cargo.toml:22:1
|
22 | nonstandard_style = "warn"
| ^^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `nonstandard_style` to a lower priority
|
22 | nonstandard_style = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `future_incompatible` has the same priority (0) as a lint:
Cargo.toml#L21
warning: lint group `future_incompatible` has the same priority (0) as a lint
--> Cargo.toml:21:1
|
21 | future_incompatible = "warn"
| ^^^^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
22 | nonstandard_style = "warn"
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
= note: `-W clippy::lint-groups-priority` implied by `-W clippy::all`
= help: to override `-W clippy::all` add `#[allow(clippy::lint_groups_priority)]`
help: to have lints override the group set `future_incompatible` to a lower priority
|
21 | future_incompatible = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `all` has the same priority (0) as a lint:
Cargo.toml#L26
warning: lint group `all` has the same priority (0) as a lint
--> Cargo.toml:26:1
|
26 | all = "warn"
| ^^^ ------ has an implicit priority of 0
27 | dbg_macro = "warn"
| --------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `all` to a lower priority
|
26 | all = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `rust_2018_idioms` has the same priority (0) as a lint:
Cargo.toml#L20
warning: lint group `rust_2018_idioms` has the same priority (0) as a lint
--> Cargo.toml:20:1
|
20 | rust_2018_idioms = "warn"
| ^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
...
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `rust_2018_idioms` to a lower priority
|
20 | rust_2018_idioms = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `nonstandard_style` has the same priority (0) as a lint:
Cargo.toml#L22
warning: lint group `nonstandard_style` has the same priority (0) as a lint
--> Cargo.toml:22:1
|
22 | nonstandard_style = "warn"
| ^^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `nonstandard_style` to a lower priority
|
22 | nonstandard_style = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `future_incompatible` has the same priority (0) as a lint:
Cargo.toml#L21
warning: lint group `future_incompatible` has the same priority (0) as a lint
--> Cargo.toml:21:1
|
21 | future_incompatible = "warn"
| ^^^^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
22 | nonstandard_style = "warn"
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
= note: `-W clippy::lint-groups-priority` implied by `-W clippy::all`
= help: to override `-W clippy::all` add `#[allow(clippy::lint_groups_priority)]`
help: to have lints override the group set `future_incompatible` to a lower priority
|
21 | future_incompatible = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `all` has the same priority (0) as a lint:
Cargo.toml#L26
warning: lint group `all` has the same priority (0) as a lint
--> Cargo.toml:26:1
|
26 | all = "warn"
| ^^^ ------ has an implicit priority of 0
27 | dbg_macro = "warn"
| --------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `all` to a lower priority
|
26 | all = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `rust_2018_idioms` has the same priority (0) as a lint:
Cargo.toml#L20
warning: lint group `rust_2018_idioms` has the same priority (0) as a lint
--> Cargo.toml:20:1
|
20 | rust_2018_idioms = "warn"
| ^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
...
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `rust_2018_idioms` to a lower priority
|
20 | rust_2018_idioms = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `nonstandard_style` has the same priority (0) as a lint:
Cargo.toml#L22
warning: lint group `nonstandard_style` has the same priority (0) as a lint
--> Cargo.toml:22:1
|
22 | nonstandard_style = "warn"
| ^^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `nonstandard_style` to a lower priority
|
22 | nonstandard_style = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `future_incompatible` has the same priority (0) as a lint:
Cargo.toml#L21
warning: lint group `future_incompatible` has the same priority (0) as a lint
--> Cargo.toml:21:1
|
21 | future_incompatible = "warn"
| ^^^^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
22 | nonstandard_style = "warn"
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
= note: `-W clippy::lint-groups-priority` implied by `-W clippy::all`
= help: to override `-W clippy::all` add `#[allow(clippy::lint_groups_priority)]`
help: to have lints override the group set `future_incompatible` to a lower priority
|
21 | future_incompatible = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `all` has the same priority (0) as a lint:
Cargo.toml#L26
warning: lint group `all` has the same priority (0) as a lint
--> Cargo.toml:26:1
|
26 | all = "warn"
| ^^^ ------ has an implicit priority of 0
27 | dbg_macro = "warn"
| --------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `all` to a lower priority
|
26 | all = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `rust_2018_idioms` has the same priority (0) as a lint:
Cargo.toml#L20
warning: lint group `rust_2018_idioms` has the same priority (0) as a lint
--> Cargo.toml:20:1
|
20 | rust_2018_idioms = "warn"
| ^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
...
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `rust_2018_idioms` to a lower priority
|
20 | rust_2018_idioms = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `nonstandard_style` has the same priority (0) as a lint:
Cargo.toml#L22
warning: lint group `nonstandard_style` has the same priority (0) as a lint
--> Cargo.toml:22:1
|
22 | nonstandard_style = "warn"
| ^^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `nonstandard_style` to a lower priority
|
22 | nonstandard_style = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `future_incompatible` has the same priority (0) as a lint:
Cargo.toml#L21
warning: lint group `future_incompatible` has the same priority (0) as a lint
--> Cargo.toml:21:1
|
21 | future_incompatible = "warn"
| ^^^^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
22 | nonstandard_style = "warn"
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
= note: `-W clippy::lint-groups-priority` implied by `-W clippy::all`
= help: to override `-W clippy::all` add `#[allow(clippy::lint_groups_priority)]`
help: to have lints override the group set `future_incompatible` to a lower priority
|
21 | future_incompatible = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `all` has the same priority (0) as a lint:
Cargo.toml#L26
warning: lint group `all` has the same priority (0) as a lint
--> Cargo.toml:26:1
|
26 | all = "warn"
| ^^^ ------ has an implicit priority of 0
27 | dbg_macro = "warn"
| --------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `all` to a lower priority
|
26 | all = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `rust_2018_idioms` has the same priority (0) as a lint:
Cargo.toml#L20
warning: lint group `rust_2018_idioms` has the same priority (0) as a lint
--> Cargo.toml:20:1
|
20 | rust_2018_idioms = "warn"
| ^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
...
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `rust_2018_idioms` to a lower priority
|
20 | rust_2018_idioms = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `nonstandard_style` has the same priority (0) as a lint:
Cargo.toml#L22
warning: lint group `nonstandard_style` has the same priority (0) as a lint
--> Cargo.toml:22:1
|
22 | nonstandard_style = "warn"
| ^^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `nonstandard_style` to a lower priority
|
22 | nonstandard_style = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `future_incompatible` has the same priority (0) as a lint:
Cargo.toml#L21
warning: lint group `future_incompatible` has the same priority (0) as a lint
--> Cargo.toml:21:1
|
21 | future_incompatible = "warn"
| ^^^^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
22 | nonstandard_style = "warn"
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
= note: `-W clippy::lint-groups-priority` implied by `-W clippy::all`
= help: to override `-W clippy::all` add `#[allow(clippy::lint_groups_priority)]`
help: to have lints override the group set `future_incompatible` to a lower priority
|
21 | future_incompatible = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `all` has the same priority (0) as a lint:
Cargo.toml#L26
warning: lint group `all` has the same priority (0) as a lint
--> Cargo.toml:26:1
|
26 | all = "warn"
| ^^^ ------ has an implicit priority of 0
27 | dbg_macro = "warn"
| --------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `all` to a lower priority
|
26 | all = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `rust_2018_idioms` has the same priority (0) as a lint:
Cargo.toml#L20
warning: lint group `rust_2018_idioms` has the same priority (0) as a lint
--> Cargo.toml:20:1
|
20 | rust_2018_idioms = "warn"
| ^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
...
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `rust_2018_idioms` to a lower priority
|
20 | rust_2018_idioms = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `nonstandard_style` has the same priority (0) as a lint:
Cargo.toml#L22
warning: lint group `nonstandard_style` has the same priority (0) as a lint
--> Cargo.toml:22:1
|
22 | nonstandard_style = "warn"
| ^^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `nonstandard_style` to a lower priority
|
22 | nonstandard_style = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `future_incompatible` has the same priority (0) as a lint:
Cargo.toml#L21
warning: lint group `future_incompatible` has the same priority (0) as a lint
--> Cargo.toml:21:1
|
21 | future_incompatible = "warn"
| ^^^^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
22 | nonstandard_style = "warn"
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
= note: `-W clippy::lint-groups-priority` implied by `-W clippy::all`
= help: to override `-W clippy::all` add `#[allow(clippy::lint_groups_priority)]`
help: to have lints override the group set `future_incompatible` to a lower priority
|
21 | future_incompatible = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `all` has the same priority (0) as a lint:
Cargo.toml#L26
warning: lint group `all` has the same priority (0) as a lint
--> Cargo.toml:26:1
|
26 | all = "warn"
| ^^^ ------ has an implicit priority of 0
27 | dbg_macro = "warn"
| --------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `all` to a lower priority
|
26 | all = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `rust_2018_idioms` has the same priority (0) as a lint:
Cargo.toml#L20
warning: lint group `rust_2018_idioms` has the same priority (0) as a lint
--> Cargo.toml:20:1
|
20 | rust_2018_idioms = "warn"
| ^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
...
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `rust_2018_idioms` to a lower priority
|
20 | rust_2018_idioms = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `nonstandard_style` has the same priority (0) as a lint:
Cargo.toml#L22
warning: lint group `nonstandard_style` has the same priority (0) as a lint
--> Cargo.toml:22:1
|
22 | nonstandard_style = "warn"
| ^^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `nonstandard_style` to a lower priority
|
22 | nonstandard_style = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `future_incompatible` has the same priority (0) as a lint:
Cargo.toml#L21
warning: lint group `future_incompatible` has the same priority (0) as a lint
--> Cargo.toml:21:1
|
21 | future_incompatible = "warn"
| ^^^^^^^^^^^^^^^^^^^ ------ has an implicit priority of 0
22 | nonstandard_style = "warn"
23 | elided_lifetimes_in_paths = "allow"
| ------------------------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
= note: `-W clippy::lint-groups-priority` implied by `-W clippy::all`
= help: to override `-W clippy::all` add `#[allow(clippy::lint_groups_priority)]`
help: to have lints override the group set `future_incompatible` to a lower priority
|
21 | future_incompatible = { level = "warn", priority = -1 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|