Skip to content
Snippets Groups Projects
Commit e25bd94a authored by Maaz Ahmed's avatar Maaz Ahmed
Browse files

fix: remove static bounds on query fn params

This fixes the compiler complaining about the arguments not living long enough or escaping the function.
Now the query functions can take external arguments and compose well together.

Fixes #28
parent 2040a40a
1 merge request!16Resolve "Bug: lifetime constraints causing errors while combining functions"
Pipeline #14553 passed with stages
in 2 minutes and 13 seconds