Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrasnitski committed Oct 19, 2023
1 parent 17fe7bb commit b6638a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/http/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2142,7 +2142,7 @@ impl Http {
///
/// ```rust,no_run
/// use serenity::http::Http;
/// use serenity::json::{json, prelude::*};
/// use serenity::json::json;
/// use serenity::model::prelude::*;
///
/// # async fn run() -> Result<(), Box<dyn std::error::Error>> {
Expand Down Expand Up @@ -2195,7 +2195,7 @@ impl Http {
///
/// ```rust,no_run
/// use serenity::http::Http;
/// use serenity::json::{json, prelude::*};
/// use serenity::json::json;
/// use serenity::model::prelude::*;
///
/// # async fn run() -> Result<(), Box<dyn std::error::Error>> {
Expand Down Expand Up @@ -2293,7 +2293,7 @@ impl Http {
///
/// ```rust,no_run
/// use serenity::http::Http;
/// use serenity::json::prelude::*;
/// use serenity::json::json;
/// use serenity::model::prelude::*;
///
/// # async fn run() -> Result<(), Box<dyn std::error::Error>> {
Expand Down Expand Up @@ -2364,7 +2364,7 @@ impl Http {
///
/// ```rust,no_run
/// use serenity::http::Http;
/// use serenity::json::prelude::*;
/// use serenity::json::json;
/// use serenity::model::prelude::*;
///
/// # async fn run() -> Result<(), Box<dyn std::error::Error>> {
Expand Down

0 comments on commit b6638a4

Please sign in to comment.