Function check_option_exist

Source
pub(crate) fn check_option_exist<'a>(
    options_exist: &mut HashSet<&'a String>,
    option: &'a String,
)