Skip to content

Commit

Permalink
remove unused lifetime
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyandrews committed Feb 25, 2025
1 parent 0185fda commit dc3a226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/goose.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1545,7 +1545,7 @@ impl GooseUser {
/// Ok(())
/// }
/// ```
pub async fn request<'a>(
pub async fn request(
&mut self,
mut request: GooseRequest<'_>,
) -> Result<GooseResponse, Box<TransactionError>> {
Expand Down

0 comments on commit dc3a226

Please sign in to comment.