Use jwks #88
Annotations
72 warnings
stable / clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
stable / clippy
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
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 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
beta / clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
beta / clippy
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|