Skip to content

Commit 16e81e1

Browse files
authored
Delete the implicit conversion (#214)
1 parent 23f618b commit 16e81e1

File tree

1 file changed

+0
-7
lines changed
  • shared/src/main/scala-3/com/thoughtworks/binding/bindable

1 file changed

+0
-7
lines changed

shared/src/main/scala-3/com/thoughtworks/binding/bindable/package.scala

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@ package com.thoughtworks.binding.bindable
22
import com.thoughtworks.binding._
33
import com.thoughtworks.binding.Binding._
44
import scala.collection.immutable.ArraySeq
5-
import scala.language.implicitConversions
6-
7-
given [From, Value](using
8-
bindable: Bindable.Lt[From, Value]
9-
): Conversion[From, Value] with
10-
def apply(from: From) = bindable.toBinding(from)
11-
end given
125

136
extension [From](from: From)(using bindable: Bindable[From])
147
def toBinding: Binding[bindable.Value] = bindable.toBinding(from)

0 commit comments

Comments
 (0)