Disable continuation annotation until it's actually useful

This commit is contained in:
Dan Doel 2024-06-27 14:21:36 -04:00
parent 658d490b25
commit d45563e8e5

View File

@ -352,7 +352,7 @@
(define-for-syntax (process-hints hs)
(for/fold ([internal? #f]
[force-pure? #f]
[force-pure? #t]
[gen-link? #f]
[no-link-decl? #f])
([h hs])