remove RefThenConfig extension toString method

This commit is contained in:
xuwei-k 2025-05-09 19:23:24 +09:00
parent 84ebcd3c34
commit ca8bc350a5
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ trait SlashSyntax:
extension (in: RefThenConfig)
def asScope: Scope = in.project.asScope.copy(config = in.config)
def toString(): String = asScope.toString()
def /[K](key: Scoped.ScopingSetting[K]): K = asScope / key
def /(task: AttributeKey[?]): Scope = asScope.copy(task = Select(task))