pub fn program_needs_list_util(program: &Program) -> boolExpand description
True if the program may reference List::Util (use, require, or qualified calls).
Used to skip installing install_list_util for tiny programs (benchmark startup).
pub fn program_needs_list_util(program: &Program) -> boolTrue if the program may reference List::Util (use, require, or qualified calls).
Used to skip installing install_list_util for tiny programs (benchmark startup).