servo/components/script/xpath
Martin Robinson 621ddd749c
Elide lifetimes where possible after rustup (#34824)
The new version of rust allows us to elide some lifetimes and clippy is
now complaining about this. This change elides them where possible and
removes the clippy exceptions.

Fixes #34804.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
2025-01-03 18:54:44 +00:00
..
context.rs Elide lifetimes where possible after rustup (#34824) 2025-01-03 18:54:44 +00:00
eval.rs Add XPath parser/evaluator (#34463) 2024-12-08 02:01:50 +00:00
eval_function.rs Add XPath parser/evaluator (#34463) 2024-12-08 02:01:50 +00:00
eval_value.rs Correct a variety of documentation issues (#34786) 2024-12-29 10:37:57 +00:00
mod.rs Add XPath parser/evaluator (#34463) 2024-12-08 02:01:50 +00:00
parser.rs Add XPath parser/evaluator (#34463) 2024-12-08 02:01:50 +00:00