Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use explicit lifetime in return types for
Rule::name
and `Rule:…
…:namespace` This makes the API more flexible, as it tells the compiler that you can hold the reference as long as the compiled `Rules` object exists, and the `Rule` object can be freed while those references are still held.
- Loading branch information