docs(workspace): unwrap pre-wrapped module doc comments

This commit is contained in:
Serkyo 2026-07-12 00:41:34 +02:00
parent 2891ff1feb
commit eefc9a2a5a
2 changed files with 2 additions and 4 deletions

View file

@ -2,8 +2,7 @@
//! Dedicated server for Synvael.
//!
//! The server handles the authoritative game simulation, including world
//! management, physics, and combat.
//! The server handles the authoritative game simulation, including world management, physics, and combat.
/// Entity components describing players and other world-streaming anchors.
pub mod player;

View file

@ -2,8 +2,7 @@
//! Shared types and logic for Synvael.
//!
//! This crate contains data structures and constants that are used by both
//! the client and the server.
//! This crate contains data structures and constants that are used by both the client and the server.
pub mod generator;
pub mod save;