Skip to content

Commit

Permalink
remove compiler warnings where they are backwards compatible (optics-…
Browse files Browse the repository at this point in the history
…dev#658)

* remove compiler warnings where they are backwards compatible

* add metals to gitignore
  • Loading branch information
spf3000 authored and cquiroz committed Jun 24, 2019
1 parent 45ac733 commit 76aa788
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .gitignore
Expand Up @@ -14,3 +14,10 @@ target/
project/project/
benchData/
_site/

## Metals files to ignore
.metals/
.bloop/

## CTags files to ignore
.ctags
@@ -1,6 +1,5 @@
package monocle.generic

import language.higherKinds
import monocle.PTraversal
import monocle.function.Each
import monocle.{ Iso, Traversal }
Expand Down

0 comments on commit 76aa788

Please sign in to comment.