Skip to content

Commit

Permalink
remove obsolete silencer
Browse files Browse the repository at this point in the history
  • Loading branch information
bjaglin committed Apr 30, 2024
1 parent 5b44e25 commit 6e969d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scalafix-cli/src/main/scala/scalafix/internal/v1/Args.scala
Original file line number Diff line number Diff line change
Expand Up @@ -468,12 +468,10 @@ object Args extends TPrintImplicits {
.toList
)
}
// scalafix:off RemoveUnused; false positive in 2.13.13
implicit val classLoaderDecoder: ConfDecoder[URLClassLoader] =
ConfDecoder[Classpath].map(ClasspathOps.toClassLoader)
implicit val absolutePathDecoder: ConfDecoder[AbsolutePath] =
ConfDecoder.stringConfDecoder.map(AbsolutePath(_)(base.cwd))
// scalafix:on
generic.deriveDecoder(base)
}

Expand Down

0 comments on commit 6e969d0

Please sign in to comment.