Skip to content

Fix FromStr impl conflict for role, channel, and user IDs #627

Fix FromStr impl conflict for role, channel, and user IDs

Fix FromStr impl conflict for role, channel, and user IDs #627

Triggered via push August 28, 2023 18:42
Status Failure
Total duration 2m 3s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 errors
Format: src/model/application/interaction/message_component.rs#L3
Diff in /home/runner/work/serenity/serenity/src/model/application/interaction/message_component.rs
Format
Process completed with exit code 1.
Clippy: src/model/event.rs#L528
manual `Debug` impl does not include all fields
Clippy: src/model/guild/emoji.rs#L168
it is more concise to loop over references to containers instead of using explicit iteration methods
Clippy: src/model/guild/partial_guild.rs#L369
it is more concise to loop over references to containers instead of using explicit iteration methods
Clippy: src/model/guild/role.rs#L238
it is more concise to loop over references to containers instead of using explicit iteration methods
Clippy: src/model/guild/mod.rs#L459
it is more concise to loop over references to containers instead of using explicit iteration methods
Clippy: src/model/user.rs#L1121
it is more concise to loop over references to containers instead of using explicit iteration methods
Clippy: src/model/voice.rs#L54
manual `Debug` impl does not include all fields
Clippy: src/model/webhook.rs#L96
manual `Debug` impl does not include all fields
Clippy: src/cache/event.rs#L597
it is more concise to loop over references to containers instead of using explicit iteration methods
Clippy: src/cache/mod.rs#L279
it is more concise to loop over references to containers instead of using explicit iteration methods