Skip to content

Commit 0a7e2a1

Browse files
committed
Remove outdated docs
1 parent dd21c2f commit 0a7e2a1

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

src/server/replication_messages/mutate_message.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ use crate::shared::{
3030
///
3131
/// Sent over the [`ReplicationChannel::Mutations`] channel. If the message gets lost, we try to resend it manually,
3232
/// using the last up-to-date mutations to avoid re-sending old values.
33-
///
34-
/// Stored inside [`ReplicationMessages`](super::ReplicationMessages).
3533
#[derive(Default, Component)]
3634
pub(crate) struct MutateMessage {
3735
/// List of entity values for [`Self::mutations`].

src/server/replication_messages/update_message.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ use crate::shared::{
3333
///
3434
/// Additionally, we don't serialize the size for the last array and
3535
/// on deserialization just consume all remaining bytes.
36-
///
37-
/// Stored inside [`ReplicationMessages`](super::ReplicationMessages).
3836
#[derive(Default, Component)]
3937
pub(crate) struct UpdateMessage {
4038
/// Mappings for client's pre-spawned entities.

0 commit comments

Comments
 (0)