Skip to content

Commit

Permalink
Removed unused lifetime
Browse files Browse the repository at this point in the history
  • Loading branch information
legendofa committed Feb 19, 2024
1 parent 09f2bba commit c866f81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mutation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ async fn validate_object<T: for<'a> Deserialize<'a> + Unpin + Send + Sync>(
///
/// Used before creating orders.
async fn validate_objects<
'a,
T: for<'b> Deserialize<'b> + Unpin + Send + Sync + PartialEq + From<Uuid>,
>(
collection: &Collection<T>,
Expand Down

0 comments on commit c866f81

Please sign in to comment.