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>
Signed-off-by: Rémy Saissy <remy.saissy@gmail.com>
* strict imports formatting * Reformat all imports