add branch to ci #251
GitHub Actions / clippy
succeeded
Oct 8, 2023 in 0s
clippy
1 warning
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 0 |
Warning | 1 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.73.0 (cc66ad468 2023-10-03)
- cargo 1.73.0 (9c4383fb5 2023-08-26)
- clippy 0.1.73 (cc66ad4 2023-10-03)
Annotations
Check warning on line 99 in src/gui_vizia/components/mem.rs
github-actions / clippy
all variants have the same prefix: `Update`
warning: all variants have the same prefix: `Update`
--> src/gui_vizia/components/mem.rs:95:1
|
95 | / pub enum DataEvent {
96 | | UpdateClock,
97 | | UpdateScroll(Range<usize>),
98 | | UpdateView(Range<usize>),
99 | | }
| |_^
|
= help: remove the prefixes and use full paths to the variants instead of glob imports
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#enum_variant_names
= note: `#[warn(clippy::enum_variant_names)]` on by default
Loading