Skip to content

Commit

Permalink
Merge pull request #1476 from sogaiu/no-warning-for-empty-body-loop
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpakin authored Jul 18, 2024
2 parents 771956b + 8edd873 commit 9eab57d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/boot/boot.janet
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,6 @@
The `loop` macro always evaluates to nil.
```
[head & body]
(check-empty-body body)
(loop1 body head 0))

(defmacro seq
Expand Down

0 comments on commit 9eab57d

Please sign in to comment.