mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-11-29 15:36:36 -05:00
more clippy
This commit is contained in:
parent
c7d4462e0e
commit
f596b3ce05
32 changed files with 839 additions and 853 deletions
|
|
@ -141,10 +141,10 @@ impl RouteSpecStore {
|
|||
dr
|
||||
};
|
||||
|
||||
let update = VeilidUpdate::RouteChange(VeilidRouteChange {
|
||||
let update = VeilidUpdate::RouteChange(Box::new(VeilidRouteChange {
|
||||
dead_routes,
|
||||
dead_remote_routes,
|
||||
});
|
||||
}));
|
||||
|
||||
let update_callback = self.unlocked_inner.routing_table.update_callback();
|
||||
update_callback(update);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue