diff --git a/discord-frontend/hartex-discord-core/src/discord.rs b/discord-frontend/hartex-discord-core/src/discord.rs index 2e82cbb71..58dc2c55b 100644 --- a/discord-frontend/hartex-discord-core/src/discord.rs +++ b/discord-frontend/hartex-discord-core/src/discord.rs @@ -20,7 +20,7 @@ * with HarTex. If not, see . */ -/// Re-exports of the twilight ecosystem. +//! Re-exports of the twilight ecosystem. #[cfg(feature = "discord-gateway")] pub use twilight_gateway as gateway;