Skip to content
  • Albert Astals Cid's avatar
    Fix wrong clazy fix · 8a1b61ed
    Albert Astals Cid authored
    Old code was
     if (existing_tenses.intersect(practice_tenses).isEmpty())
    so we want to not intersect
    8a1b61ed