Skip to content

Commit

Permalink
[ISSUE #2128]💫Remove RouteInfoManager #[derive(Clone)]🧑‍💻
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsm committed Jan 12, 2025
1 parent f8080ff commit 7464352
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rocketmq-namesrv/src/route/route_info_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ type TopicQueueMappingInfoTable = ArcMut<
>,
>;

#[derive(Clone)]
pub struct RouteInfoManager {
pub(crate) topic_queue_table: TopicQueueTable,
pub(crate) broker_addr_table: BrokerAddrTable,
Expand Down

0 comments on commit 7464352

Please sign in to comment.