Remove unnecessary derive in "Scaling Applications" docs

This commit is contained in:
Héctor Ramón Jiménez 2024-07-16 16:15:43 +02:00
parent 964182e4b8
commit f0036400a1
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -410,7 +410,6 @@
//! Conversation(Conversation),
//! }
//!
//! #[derive(Debug)]
//! enum Message {
//! Contacts(contacts::Message),
//! Conversation(conversation::Message)