You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove stale #[allow(dead_code)] from distribution module in lib.rs
(the module is actively used)
- Remove unused node_name_atom field from DistributionManager
(redundant with crate::core::node::node_name_atom())
- Add targeted annotations to public API methods that are intentionally
exposed but not used internally (native_nodes, node_type, erlang_nodes,
node_name_atom, node_name, creation)
- Add annotations to transport infrastructure (RecvStream trait,
QuicRecvStream, TcpRecvStream) reserved for multi-stream support
- Add annotations to test utilities (arb_pid_node2_restarted, SyncResponse)
0 commit comments