Skip to content

Commit fc46c94

Browse files
committed
remove warning suppression that no longer applies
1 parent eceb079 commit fc46c94

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

finagle-natchez/src/main/scala/com/dwolla/util/async/finagle/TracedThriftClient.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ object TracedThriftClient {
3838
*/
3939
def apply[Alg[_[_]] <: AnyRef {def asClosable: Closable}] = new PartiallyAppliedThriftClient[Alg]()
4040

41-
@annotation.nowarn("msg=dubious usage of method hashCode with unit value")
4241
class PartiallyAppliedThriftClient[Alg[_[_]] <: AnyRef {def asClosable: Closable}] private[TracedThriftClient](val dummy: Unit = ()) extends AnyVal {
4342
/**
4443
* @param name the local service name to be set on the Zipkin tracer

twitter-finagle/src/main/scala/com/dwolla/util/async/finagle/ThriftClient.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import com.twitter.util.{Closable, Future}
1111
object ThriftClient {
1212
def apply[Alg[_[_]] <: AnyRef {def asClosable: Closable}] = new PartiallyAppliedThriftClient[Alg]()
1313

14-
@annotation.nowarn("msg=dubious usage of method hashCode with unit value")
1514
class PartiallyAppliedThriftClient[Alg[_[_]] <: AnyRef {def asClosable: Closable}] private[ThriftClient] (val dummy: Unit = ()) extends AnyVal {
1615
def apply[G[_] : Async](dest: String)
1716
(implicit

0 commit comments

Comments
 (0)