Cargo fix

This commit is contained in:
Flori Weber 2023-06-11 13:54:54 +02:00
parent 173eabdc24
commit 63f09e51d8
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
use serde::{Deserialize, Serialize};
use crate::types::Snowflake;
#[derive(Debug, Deserialize, Serialize)]
#[serde(rename_all = "snake_case")]

View File

@ -6,7 +6,7 @@ mod common;
async fn get_channel() {
let mut bundle = common::setup().await;
let bundle_channel = bundle.channel.clone();
let mut bundle_user = &mut bundle.user;
let bundle_user = &mut bundle.user;
assert_eq!(
bundle_channel,