Commit graph

3 commits

Author SHA1 Message Date
Tobias Hunger
423cc4748b
janitor: Canonicalize a x.filter(f).next().is_none() sequence
Replace with !x.any(f) (as suggested by clippy).
2022-01-03 21:39:53 +01:00
Tobias Hunger
bfca0e3573 Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
Olivier Goffart
a883ca0569 Optimize away Rectangle that serve no purpose
Rectangles which do not draw anything and have no x or y don't need to be in
the item tree, we can just remove them.
2021-09-05 09:29:00 +02:00