$NetBSD: patch-timing__wheel_src_dune,v 1.1 2020/01/16 15:31:15 jaapb Exp $

Remove unknown argument

--- timing_wheel/src/dune.orig	2019-11-18 14:56:06.000000000 +0000
+++ timing_wheel/src/dune
@@ -1,3 +1,3 @@
 (library (name timing_wheel) (public_name core_kernel.timing_wheel)
- (preprocess (pps ppx_jane -check-doc-comments))
- (libraries core_kernel tuple_pool))
\ No newline at end of file
+ (preprocess (pps ppx_jane))
+ (libraries core_kernel tuple_pool))
