Skip to content

Commit

Permalink
add nowarn
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-vrijswijk committed Dec 7, 2023
1 parent 9f5030e commit 80fc8f6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
package weaponregex.model.regextree

import weaponregex.model.Location
import scala.annotation.nowarn

import scala.annotation.nowarn

/** The enumeration of the quantifier type
*
Expand Down Expand Up @@ -40,6 +43,7 @@ case object PossessiveQuantifier extends QuantifierType("+")
* This class constructor is private, instances must be created using the companion
* [[weaponregex.model.regextree.Quantifier]] object
*/
@nowarn("cat=scala3-migration")
case class Quantifier protected[weaponregex] (
expr: RegexTree,
min: Int,
Expand Down

0 comments on commit 80fc8f6

Please sign in to comment.