remove accidental doctests

This commit is contained in:
bitfl0wer 2023-05-14 22:47:34 +02:00
parent e552bdb352
commit aaa16ef532
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ impl<'a> types::Guild {
/// ///
/// # Examples /// # Examples
/// ///
/// ```rust /// ```rs
/// let guild_create_schema = chorus::api::schemas::GuildCreateSchema::new(insert args here); /// let guild_create_schema = chorus::api::schemas::GuildCreateSchema::new(insert args here);
/// ///
/// let result = Guild::create(&mut user, &mut instance, &guild_create_schema).await; /// let result = Guild::create(&mut user, &mut instance, &guild_create_schema).await;
@ -77,7 +77,7 @@ impl<'a> types::Guild {
/// ///
/// # Example /// # Example
/// ///
/// ```rust /// ```rs
/// let mut user = User::new(); /// let mut user = User::new();
/// let mut instance = Instance::new(); /// let mut instance = Instance::new();
/// let guild_id = String::from("1234567890"); /// let guild_id = String::from("1234567890");