Skip to content

Move to NATS

Move to NATS #68

GitHub Actions / clippy succeeded Jun 27, 2024 in 1s

clippy

66 warnings

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 66
Note 0
Help 0

Versions

  • rustc 1.80.0-beta.4 (64a1fe671 2024-06-21)
  • cargo 1.80.0-beta.4 (34a6a87d8 2024-06-04)
  • clippy 0.1.80 (64a1fe6 2024-06-21)

Annotations

Check warning on line 26 in Cargo.toml

See this annotation in the file changed.

@github-actions github-actions / clippy

lint group `all` has the same priority (0) as a lint

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 }
   |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Check warning on line 20 in Cargo.toml

See this annotation in the file changed.

@github-actions github-actions / clippy

lint group `rust_2018_idioms` has the same priority (0) as a lint

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 }
   |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Check warning on line 22 in Cargo.toml

See this annotation in the file changed.

@github-actions github-actions / clippy

lint group `nonstandard_style` has the same priority (0) as a lint

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 }
   |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Check warning on line 21 in Cargo.toml

See this annotation in the file changed.

@github-actions github-actions / clippy

lint group `future_incompatible` has the same priority (0) as a lint

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 }
   |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Check warning on line 26 in Cargo.toml

See this annotation in the file changed.

@github-actions github-actions / clippy

lint group `all` has the same priority (0) as a lint

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 }
   |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Check warning on line 20 in Cargo.toml

See this annotation in the file changed.

@github-actions github-actions / clippy

lint group `rust_2018_idioms` has the same priority (0) as a lint

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 }
   |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Check warning on line 22 in Cargo.toml

See this annotation in the file changed.

@github-actions github-actions / clippy

lint group `nonstandard_style` has the same priority (0) as a lint

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 }
   |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Check warning on line 21 in Cargo.toml

See this annotation in the file changed.

@github-actions github-actions / clippy

lint group `future_incompatible` has the same priority (0) as a lint

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 }
   |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Check warning on line 26 in Cargo.toml

See this annotation in the file changed.

@github-actions github-actions / clippy

lint group `all` has the same priority (0) as a lint

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 }
   |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Check warning on line 20 in Cargo.toml

See this annotation in the file changed.

@github-actions github-actions / clippy

lint group `rust_2018_idioms` has the same priority (0) as a lint

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 }
   |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Check warning on line 22 in Cargo.toml

See this annotation in the file changed.

@github-actions github-actions / clippy

lint group `nonstandard_style` has the same priority (0) as a lint

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 }
   |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Check warning on line 21 in Cargo.toml

See this annotation in the file changed.

@github-actions github-actions / clippy

lint group `future_incompatible` has the same priority (0) as a lint

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 }
   |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Check warning on line 26 in Cargo.toml

See this annotation in the file changed.

@github-actions github-actions / clippy

lint group `all` has the same priority (0) as a lint

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 }
   |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Check warning on line 20 in Cargo.toml

See this annotation in the file changed.

@github-actions github-actions / clippy

lint group `rust_2018_idioms` has the same priority (0) as a lint

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 }
   |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Check warning on line 22 in Cargo.toml

See this annotation in the file changed.

@github-actions github-actions / clippy

lint group `nonstandard_style` has the same priority (0) as a lint

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 }
   |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Check warning on line 21 in Cargo.toml

See this annotation in the file changed.

@github-actions github-actions / clippy

lint group `future_incompatible` has the same priority (0) as a lint

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 }
   |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Check warning on line 26 in Cargo.toml

See this annotation in the file changed.

@github-actions github-actions / clippy

lint group `all` has the same priority (0) as a lint

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 }
   |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Check warning on line 20 in Cargo.toml

See this annotation in the file changed.

@github-actions github-actions / clippy

lint group `rust_2018_idioms` has the same priority (0) as a lint

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 }
   |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Check warning on line 22 in Cargo.toml

See this annotation in the file changed.

@github-actions github-actions / clippy

lint group `nonstandard_style` has the same priority (0) as a lint

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 }
   |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Check warning on line 21 in Cargo.toml

See this annotation in the file changed.

@github-actions github-actions / clippy

lint group `future_incompatible` has the same priority (0) as a lint

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 }
   |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Check warning on line 26 in Cargo.toml

See this annotation in the file changed.

@github-actions github-actions / clippy

lint group `all` has the same priority (0) as a lint

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 }
   |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Check warning on line 20 in Cargo.toml

See this annotation in the file changed.

@github-actions github-actions / clippy

lint group `rust_2018_idioms` has the same priority (0) as a lint

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 }
   |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Check warning on line 22 in Cargo.toml

See this annotation in the file changed.

@github-actions github-actions / clippy

lint group `nonstandard_style` has the same priority (0) as a lint

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 }
   |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Check warning on line 21 in Cargo.toml

See this annotation in the file changed.

@github-actions github-actions / clippy

lint group `future_incompatible` has the same priority (0) as a lint

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 }
   |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Check warning on line 26 in Cargo.toml

See this annotation in the file changed.

@github-actions github-actions / clippy

lint group `all` has the same priority (0) as a lint

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 }
   |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~