@@ -37,52 +37,49 @@ macro_rules! define_router_state {
3737 #[ doc = ">](route_service/struct.RouteService.html)." ]
3838 pub type RouteService = $crate:: service:: RouteService <$StateT>;
3939
40- #[ cfg( feature= "agent" ) ]
40+ #[ cfg( feature = "agent" ) ]
4141 #[ doc = "Alias to [RouteAgent<" ]
4242 #[ doc = $StateName]
4343 #[ doc = ">](agent/struct.RouteAgent.html)." ]
4444 pub type RouteAgent = $crate:: agent:: RouteAgent <$StateT>;
4545
46- #[ cfg( feature= "agent" ) ]
46+ #[ cfg( feature = "agent" ) ]
4747 #[ doc = "Alias to [RouteAgentBridge<" ]
4848 #[ doc = $StateName]
4949 #[ doc = ">](agent/bridge/struct.RouteAgentBridge.html)`." ]
5050 pub type RouteAgentBridge = $crate:: agent:: RouteAgentBridge <$StateT>;
5151
52- #[ cfg( feature= "agent" ) ]
52+ #[ cfg( feature = "agent" ) ]
5353 #[ doc = "Alias to [RouteAgentDispatcher<" ]
5454 #[ doc = $StateName]
5555 #[ doc = ">](agent/struct.RouteAgentDispatcher.html)`." ]
5656 pub type RouteAgentDispatcher = $crate:: agent:: RouteAgentDispatcher <$StateT>;
5757
58-
5958 #[ allow( deprecated) ]
6059 #[ deprecated( note = "Has been renamed to RouterAnchor" ) ]
61- #[ cfg( feature= "components" ) ]
60+ #[ cfg( feature = "components" ) ]
6261 #[ doc = "Alias to [RouterLink<" ]
6362 #[ doc = $StateName]
6463 #[ doc = ">](components/struct.RouterLink.html)`." ]
6564 pub type RouterLink = $crate:: components:: RouterLink <$StateT>;
6665
67-
68- #[ cfg( feature="components" ) ]
66+ #[ cfg( feature = "components" ) ]
6967 #[ doc = "Alias to [RouterAnchor<" ]
7068 #[ doc = $StateName]
7169 #[ doc = ">](components/struct.RouterAnchor.html)`." ]
7270 pub type RouterAnchor = $crate:: components:: RouterAnchor <$StateT>;
7371
74- #[ cfg( feature= "components" ) ]
72+ #[ cfg( feature = "components" ) ]
7573 #[ doc = "Alias to [RouterButton<" ]
7674 #[ doc = $StateName]
7775 #[ doc = ">](components/struct.RouterButton.html)`." ]
7876 pub type RouterButton = $crate:: components:: RouterButton <$StateT>;
7977
80- #[ cfg( feature= "router" ) ]
78+ #[ cfg( feature = "router" ) ]
8179 #[ doc = "Alias to [Router<" ]
8280 #[ doc = $StateName]
8381 #[ doc = ">](router/router/struct.Router.html)." ]
8482 pub type Router <SW > = $crate:: router:: Router <$StateT, SW >;
85-
8683 }
87- }
84+ } ;
8885}
0 commit comments