Skip to content

Commit

Permalink
Remove unused self type (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
Atry authored Nov 15, 2021
1 parent e71ae5e commit d0f2be7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1602,7 +1602,7 @@ object Binding extends MonadicFactory.WithTypeClass[Monad, Binding] {
*
* @note [[Rx]] operators are incomplete. Feel free to create a Pull Request if you need a certain operator.
*/
object Rx { this: Binding.type =>
object Rx {

/** A [[Binding]] that can be terminated.
*
Expand Down

0 comments on commit d0f2be7

Please sign in to comment.