Skip to content

Commit 921fb9b

Browse files
author
Bartłomiej Wiśniewski
committed
remove GenCodec bound
1 parent b0f0457 commit 921fb9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commons-core/src/main/scala/com/avsystem/commons/serialization/cbor/CborAdtMetadata.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ trait CborAdtInstances[T] {
256256

257257
trait CborAdtPolyInstances[C[_]] {
258258
def stdCodec[T: GenCodec]: GenObjectCodec[C[T]]
259-
def metadata[T: GenCodec]: CborAdtMetadata[C[T]]
259+
def metadata[T]: CborAdtMetadata[C[T]]
260260
}
261261

262262
/**

0 commit comments

Comments
 (0)