Views: Removed usage of containers

This commit is contained in:
rand00 2022-01-28 11:05:09 +01:00 committed by Reynir Björnsson
parent 161fec77af
commit d6c04e861e

View file

@ -344,7 +344,7 @@ module Job = struct
let check f =
Fpath.has_ext "debug" f.Builder_db.filepath
in
List.find_opt check artifacts |> CCOption.is_some
List.exists check artifacts
module Build = struct