Skip to content

Commit

Permalink
Fix lifetime anotation
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenwong97 committed Oct 20, 2023
1 parent b640bb6 commit 89332fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/currencies.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ impl CurrenciesBuilder {
}
}

impl<'a> Endpoint for Currencies {
impl Endpoint for Currencies {
fn method(&self) -> Method {
Method::GET
}
Expand Down

0 comments on commit 89332fd

Please sign in to comment.