Summary: This was turned on by mistake. closes #373 Reviewed By: cristianoc Differential Revision: D3384850 fbshipit-source-id: fe7cefamaster
parent
8613f16c19
commit
d2f7cb44fa
@ -0,0 +1,18 @@
|
||||
(*
|
||||
* Copyright (c) 2013 - present Facebook, Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is licensed under the BSD style license found in the
|
||||
* LICENSE file in the root directory of this source tree. An additional grant
|
||||
* of patent rights can be found in the PATENTS file in the same directory.
|
||||
*)
|
||||
|
||||
open! Utils
|
||||
|
||||
(* val active_procedure_checkers : unit -> *)
|
||||
(* (Callbacks.proc_callback_t * bool * Config.language option) list *)
|
||||
|
||||
(* val active_cluster_checkers : unit -> *)
|
||||
(* (Callbacks.cluster_callback_t * bool * Config.language option) list *)
|
||||
|
||||
val register : unit -> unit
|
Loading…
Reference in new issue