-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
&mut self in HttpService #4013
Copy link
Copy link
Open
Labels
C-featureCategory: feature. This is adding a new feature.Category: feature. This is adding a new feature.
Metadata
Metadata
Assignees
Labels
C-featureCategory: feature. This is adding a new feature.Category: feature. This is adding a new feature.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Since service::Service was updated to use &self, is there any reason to keep HttpService::call as taking &mut self? It seems like a needless restriction when it's only being used to invoke an inner service::Service call.