Skip to content

Commit

Permalink
Hide model::prelude types from docs (serenity-rs#2547)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrasnitski authored Sep 24, 2023
1 parent 9668bb0 commit 7025a80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/model/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pub mod prelude {
pub(crate) use serde::{Deserialize, Deserializer};

pub use super::guild::automod::EventType as AutomodEventType;
#[doc(inline)]
#[doc(hidden)]
pub use super::guild::automod::{
Action,
ActionExecution,
Expand All @@ -76,7 +76,7 @@ pub mod prelude {
TriggerMetadata,
TriggerType,
};
#[doc(inline)]
#[doc(hidden)]
pub use super::{
application::*,
channel::*,
Expand Down

0 comments on commit 7025a80

Please sign in to comment.