diff --git a/src/runtime2/inbox.rs b/src/runtime2/inbox.rs index d3d822a5121b0856daf4a64968aec3ec3b579487..083a4f6fbf0e76faa600e45c79325bd8b33e5d82 100644 --- a/src/runtime2/inbox.rs +++ b/src/runtime2/inbox.rs @@ -9,8 +9,6 @@ use super::ConnectorId; use super::consensus::{GlobalSolution, LocalSolution}; use super::port::PortIdLocal; -// TODO: Remove Debug derive from all types - #[derive(Debug, Copy, Clone)] pub(crate) struct ChannelAnnotation { pub channel_id: ChannelId,