Remove Mapper alias

This commit is contained in:
Eugene Yokota 2024-12-16 00:31:07 -05:00
parent 0b744c1ded
commit 28331a7444
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ trait Import {
val Hash = sbt.io.Hash
val HiddenFileFilter = sbt.io.HiddenFileFilter
val IO = sbt.io.IO
type Mapper = sbt.io.Mapper
val NameFilter = sbt.io.NameFilter
type NameFilter = sbt.io.NameFilter
val NothingFilter = sbt.io.NothingFilter