Skip to content

Commit

Permalink
docs(model): remove link to member module
Browse files Browse the repository at this point in the history
Remove a link to the `member` module from the `guild` module-level
documentation. This link should have been removed in pull request #2083
but was missed.
  • Loading branch information
zeylahellyer committed Feb 5, 2023
1 parent 4dcd099 commit baa4ed6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions twilight-model/src/guild/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
//! [`Guild`]s allow, for example, assigning [`Role`]s to [`Member`]s to limit
//! their [`Permissions`] globally, or per [`Channel`].
//!
//! Advanced user's may look inside the [`member`] module for custom
//! [`Member`] deserializers.
//!
//! [`User`]: super::user::User

pub mod audit_log;
Expand Down

0 comments on commit baa4ed6

Please sign in to comment.