Skip to content

Update GitHub actions #93

Update GitHub actions

Update GitHub actions #93

GitHub Actions / clippy succeeded Aug 13, 2023 in 1s

clippy

1 warning

Details

Results

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

Versions

  • rustc 1.72.0-beta.8 (598a0a3cb 2023-08-12)
  • cargo 1.72.0-beta.8 (44b6be4bd 2023-08-03)
  • clippy 0.1.72 (598a0a3 2023-08-12)

Annotations

Check warning on line 89 in num_enum_derive/src/parsing.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

variable does not need to be mutable

warning: variable does not need to be mutable
  --> num_enum_derive/src/parsing.rs:89:9
   |
89 |         mut attrs: Attrs,
   |         ----^^^^^
   |         |
   |         help: remove this `mut`
   |
   = note: `#[warn(unused_mut)]` on by default