use ;
/// Cheap canonicalization for `is_superset(lhs, rhs)`: an empty rhs makes
/// the predicate vacuously true (every collection is a superset of the
/// empty set), regardless of `lhs`. The rhs is the user-supplied set
/// literal — `tags.is_superset(values)` — so an empty list here means
/// the caller passed `[]`.
pub