Remove unnecessary lifetimes.

This commit is contained in:
Stephen Chung
2021-02-17 19:28:07 +08:00
parent c7b556b741
commit cc90b5ffab
3 changed files with 13 additions and 13 deletions

View File

@@ -61,7 +61,7 @@ impl Expression<'_> {
}
}
impl EvalContext<'_, '_, '_, '_, '_, '_, '_, '_, '_> {
impl EvalContext<'_, '_, '_, '_, '_, '_, '_, '_> {
/// Evaluate an [expression tree][Expression].
///
/// # WARNING - Low Level API