Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Routes/guilds #27

Merged
merged 28 commits into from
Jul 21, 2024

add comment

a2ca167
Select commit
Loading
Failed to load commit list.
Merged

Routes/guilds #27

add comment
a2ca167
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / clippy succeeded Jul 9, 2024 in 6s

66 new alerts

New alerts in code changed by this pull request

  • 66 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 1 in src/api/routes/guilds/templates.rs

See this annotation in the file changed.

Code scanning / clippy

unused imports: Snowflake, jwt::Claims Warning

unused imports: Snowflake, jwt::Claims

Check warning on line 1 in src/api/routes/guilds/templates.rs

See this annotation in the file changed.

Code scanning / clippy

unused imports: Snowflake, jwt::Claims Warning

unused imports: Snowflake, jwt::Claims

Check warning on line 8 in src/database/entities/guild.rs

See this annotation in the file changed.

Code scanning / clippy

unused imports: PublicUser, types::guild_configuration::GuildFeaturesList Warning

unused imports: PublicUser, types::guild\_configuration::GuildFeaturesList

Check warning on line 8 in src/database/entities/guild.rs

See this annotation in the file changed.

Code scanning / clippy

unused imports: PublicUser, types::guild_configuration::GuildFeaturesList Warning

unused imports: PublicUser, types::guild\_configuration::GuildFeaturesList

Check warning on line 18 in src/database/entities/guild.rs

See this annotation in the file changed.

Code scanning / clippy

unused import: Queryer Warning

unused import: Queryer

Check warning on line 189 in src/api/routes/guilds/id/mod.rs

See this annotation in the file changed.

Code scanning / clippy

unused variable: claims Warning

unused variable: claims

Check warning on line 21 in src/api/routes/guilds/id/bans.rs

See this annotation in the file changed.

Code scanning / clippy

unused variable: claims Warning

unused variable: claims

Check warning on line 39 in src/api/routes/guilds/id/bans.rs

See this annotation in the file changed.

Code scanning / clippy

unused variable: claims Warning

unused variable: claims

Check warning on line 65 in src/api/routes/guilds/id/bans.rs

See this annotation in the file changed.

Code scanning / clippy

unused variable: payload Warning

unused variable: payload

Check warning on line 135 in src/api/routes/guilds/id/bans.rs

See this annotation in the file changed.

Code scanning / clippy

unused variable: claims Warning

unused variable: claims

Check warning on line 61 in src/api/routes/guilds/id/channels.rs

See this annotation in the file changed.

Code scanning / clippy

unused variable: claims Warning

unused variable: claims

Check warning on line 65 in src/api/routes/guilds/id/channels.rs

See this annotation in the file changed.

Code scanning / clippy

unused variable: guild Warning

unused variable: guild

Check warning on line 297 in src/database/entities/guild.rs

See this annotation in the file changed.

Code scanning / clippy

unused variable: member Warning

unused variable: member

Check warning on line 53 in src/api/routes/guilds/id/messages.rs

See this annotation in the file changed.

Code scanning / clippy

unreachable expression Warning

unreachable expression

Check warning on line 31 in src/database/entities/audit_log.rs

See this annotation in the file changed.

Code scanning / clippy

unused variable: db Warning

unused variable: db

Check warning on line 270 in src/database/entities/channel.rs

See this annotation in the file changed.

Code scanning / clippy

unused variable: db Warning

unused variable: db

Check warning on line 271 in src/database/entities/channel.rs

See this annotation in the file changed.

Code scanning / clippy

unused variable: guild_id Warning

unused variable: guild\_id

Check warning on line 272 in src/database/entities/channel.rs

See this annotation in the file changed.

Code scanning / clippy

unused variable: channel_id Warning

unused variable: channel\_id

Check warning on line 273 in src/database/entities/channel.rs

See this annotation in the file changed.

Code scanning / clippy

unused variable: position Warning

unused variable: position

Check warning on line 398 in src/database/entities/message.rs

See this annotation in the file changed.

Code scanning / clippy

unused variable: search_payload Warning

unused variable: search\_payload

Check warning on line 400 in src/database/entities/message.rs

See this annotation in the file changed.

Code scanning / clippy

unused variable: guild_id Warning

unused variable: guild\_id

Check warning on line 401 in src/database/entities/message.rs

See this annotation in the file changed.

Code scanning / clippy

unused variable: channel_id Warning

unused variable: channel\_id

Check warning on line 404 in src/database/entities/message.rs

See this annotation in the file changed.

Code scanning / clippy

unused variable: where_separated Warning

unused variable: where\_separated

Check warning on line 404 in src/database/entities/message.rs

See this annotation in the file changed.

Code scanning / clippy

variable does not need to be mutable Warning

variable does not need to be mutable

Check warning on line 4 in src/database/entities/voice_state.rs

See this annotation in the file changed.

Code scanning / clippy

unused import: futures::FutureExt Warning

unused import: futures::FutureExt