Explorar el Código

Remove unused rec

Rudy Ges hace 1 año
padre
commit
dbd1551148
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/typing/generic.ml

+ 1 - 1
src/typing/generic.ml

@@ -231,7 +231,7 @@ let build_instances ctx t p =
 	loop t
 
 
-let rec build_generic_class ctx c p tl =
+let build_generic_class ctx c p tl =
 	let pack = fst c.cl_path in
 	let recurse = ref false in
 	let rec check_recursive t =