Skip to content

Commit

Permalink
Fix fallback to never type clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rubdos committed Jul 5, 2024
1 parent 02d7fe9 commit cca447a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsignal-service/src/account_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ impl<Service: PushService> AccountManager<Service> {
}

self.service
.put_json(
.put_json::<(), _>(
Endpoint::Service,
"/v1/accounts/name",
&[],
Expand Down

0 comments on commit cca447a

Please sign in to comment.