Skip to content

Commit

Permalink
Turn off unused binding suggestions (#434)
Browse files Browse the repository at this point in the history
Turning this off because of #410.
  • Loading branch information
jackfirth authored Dec 13, 2024
1 parent 75b1a6d commit 695cf86
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion default-recommendations.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,8 @@
syntax-shortcuts
syntax-parse-shortcuts
syntax-rules-shortcuts
unused-binding-suggestions))

;; Excluded because of https://github.com/jackfirth/resyntax/issues/410
;; unused-binding-suggestions

))

0 comments on commit 695cf86

Please sign in to comment.