Remove Router::has_route
#503
Labels
A: breaking
Admin: breaking change that may impact operators
A: good-first-issue
Admin: good for newcomers
A: low-priority
Admin: low priority / non urgent issue, expect longer wait time for PR reviews
Milestone
We currently use
has_route()
inExecutionContext::execute()
, buthas_route()
typically is implemented asHowever,
get_route()
(immutable) success doesn't implyget_route_mut()
(mutable) will succeed. Ourhas_route()
call is redundant with the later calls toget_route()
anyways.The text was updated successfully, but these errors were encountered: