Skip to content

Commit 90d7154

Browse files
authored
Merge pull request #235 from typelevel/use-org-coc
Remove CODE_OF_CONDUCT, use org default [ci skip]
2 parents aa74fcd + b6fb549 commit 90d7154

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

CODE_OF_CONDUCT.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,3 @@ Feedback is much appreciated. The generated code is a result of working with pro
171171
- Only type classes that abstract over a proper type or a unary type constructor are currently supported. This will be extended to binary type constructors in the future, and perhaps n-ary type constructors.
172172
- When defining a type class as a subtype of another type class, and defining an abstract member of the super type concretely in the sub type, the `override` keyword must be used. For example, defining `map` in terms of `flatMap` requires `override def map[A, B](...)`.
173173
- See the GitHub issues list for other known limitations and please open issues for any other limitations you encounter. If you suspect a problem, it may be helpful to run with the `simulacrum.trace` system property (e.g., `sbt -Dsimulacrum.trace compile`), which adds a significant amount of logging to the compiler output.
174-
175-
Code of Conduct
176-
---------------
177-
178-
See the [Code of Conduct](CODE_OF_CONDUCT.md).

0 commit comments

Comments
 (0)